ULTRAMARINES
Ultramarines (blue, green, pink, red and violet) are synthetic pigments composed of complex sodium aluminum sulfosilicates having a typical formula Na(AlSiO)S with proportions of each element varying with each colour. To identify the colorant allowed for use in the European Union (EU), the INCI Name CI 77007 must be used.
ULTRAMARINES is listed in the European Commission CosIng inventory under the functional category Hair Dyeing, with CAS number 1302-83-6 / 1317-97-1 / 1345-00-2 / 11118-33-5 / 12703-66-1 / 12769-96-9 / 57455-37-5 and EC number 215-111-1 / 215-711-3 / 235-811-0. CosIng records a restriction against it (IV/120), so check the corresponding Annex entry before formulating. In the free INCIDB sample it appears on 1 product label, reaching position 36 on Sally Hansen Insta Dri Nail Polish Cinna Snap 9.17mL.
Regulatory status by region
European Union
Official text (EN), quoted verbatim from the source list.
- Allowed with conditions · Annex IV/120 · Instrument: (EC) 2009/1223 · Source retrieved 2026-09-24
Sample products containing ULTRAMARINES
Label positions from the free INCIDB sample. A lower position means the ingredient is declared earlier, i.e. present in a higher proportion.
Query ULTRAMARINES in the full snapshot
import pyarrow.parquet as pq
ingredients = pq.read_table('ingredients.parquet').to_pandas()
target = ingredients[ingredients['inci_name'] == "ULTRAMARINES"]
print(target[['ingredient_id', 'functions', 'cas_number', 'is_common_allergen']])
The complete snapshot covers 18,583 products. Coverage of each enrichment column is published, both per distinct name and weighted by label occurrence — see the coverage table.