#441188
a dark, electric violet · warm · closest name: indigo
RGB
68, 17, 136
HSL
266°, 78%, 30%
CMYK
50, 88, 0, 47
Luminance
0.0341
Every format
| HEX | #441188 |
| RGB | rgb(68, 17, 136) |
| HSL | hsl(266, 78%, 30%) |
| CMYK | cmyk(50%, 88%, 0%, 47%) |
| LAB | lab(21.6 47.8 -55.3) |
| LCH | lch(21.6 73.0 310.8) |
| OKLCH | oklch(0.346 0.174 294.3) |
Copy-ready code
/* CSS */
color: #441188;
background-color: #441188;
/* Tailwind (arbitrary) */
class="text-[#441188] bg-[#441188]"
/* SCSS */
$brand: #441188;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#441188")Accessibility — WCAG contrast
Aa
#441188 on white: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441188 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#441188 text on a black background
contrast 1.68:1
Card sample
#441188 text on a white background
contrast 12.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441188;
Background color
Panel with #441188 background
background-color: #441188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441188; background: linear-gradient(135deg, #441188, #88117D);