Eminence
#6e3974
Looking for the precise values behind Eminence (#6e3974)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6e3974 | |
|---|---|---|
| RGB | rgb(110, 57, 116) | |
| HSL | hsl(294, 34%, 34%) | |
| CMYK | cmyk(5%, 51%, 0%, 55%) | |
| LAB | lab(33, 31, -24) | |
| OKLCH | oklch(0.44 0.112 323) |
Color harmonies
Tints & shades
Code snippets
color: #6e3974;
background-color: #6e3974;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF6E3974)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.22, blue: 0.45, alpha: 1.0)