Her Highness
#432e6f
Looking for the precise values behind Her Highness (#432e6f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #432e6f | |
|---|---|---|
| RGB | rgb(67, 46, 111) | |
| HSL | hsl(259, 41%, 31%) | |
| CMYK | cmyk(40%, 59%, 0%, 56%) | |
| LAB | lab(24, 22, -35) | |
| OKLCH | oklch(0.36 0.108 295) |
Color harmonies
Tints & shades
Code snippets
color: #432e6f;
background-color: #432e6f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF432E6F)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.18, blue: 0.44, alpha: 1.0)