#74009c
a dark, electric violet · warm · closest name: indigo
RGB
116, 0, 156
HSL
285°, 100%, 31%
CMYK
26, 100, 0, 39
Luminance
0.0611
Every format
| HEX | #74009c |
| RGB | rgb(116, 0, 156) |
| HSL | hsl(285, 100%, 31%) |
| CMYK | cmyk(26%, 100%, 0%, 39%) |
| LAB | lab(29.7 62.0 -54.1) |
| LCH | lch(29.7 82.3 318.9) |
| OKLCH | oklch(0.423 0.210 313.1) |
Copy-ready code
/* CSS */
color: #74009c;
background-color: #74009c;
/* Tailwind (arbitrary) */
class="text-[#74009c] bg-[#74009c]"
/* SCSS */
$brand: #74009c;
/* SwiftUI */
Color(red: 0.455, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#74009c")Accessibility — WCAG contrast
Aa
#74009c on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74009c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green0.0%
Blue61.2%
CMYK percentages
Cyan25.6%
Magenta100.0%
Yellow0.0%
Key (black)38.8%
Color previews
#74009c text on a black background
contrast 2.22:1
Card sample
#74009c text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74009c;
Background color
Panel with #74009c background
background-color: #74009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74009c; background: linear-gradient(135deg, #74009c, #9C005C);