#441199
a dark, electric violet · warm · closest name: indigo
RGB
68, 17, 153
HSL
263°, 80%, 33%
CMYK
56, 89, 0, 40
Luminance
0.0393
Every format
| HEX | #441199 |
| RGB | rgb(68, 17, 153) |
| HSL | hsl(263, 80%, 33%) |
| CMYK | cmyk(56%, 89%, 0%, 40%) |
| LAB | lab(23.4 52.1 -62.8) |
| LCH | lch(23.4 81.6 309.7) |
| OKLCH | oklch(0.364 0.192 289.7) |
Copy-ready code
/* CSS */
color: #441199;
background-color: #441199;
/* Tailwind (arbitrary) */
class="text-[#441199] bg-[#441199]"
/* SCSS */
$brand: #441199;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#441199")Accessibility — WCAG contrast
Aa
#441199 on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441199 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#441199 text on a black background
contrast 1.79:1
Card sample
#441199 text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441199;
Background color
Panel with #441199 background
background-color: #441199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441199; background: linear-gradient(135deg, #441199, #991193);