#74009d
a dark, electric violet · warm · closest name: indigo
RGB
116, 0, 157
HSL
284°, 100%, 31%
CMYK
26, 100, 0, 38
Luminance
0.0615
Every format
| HEX | #74009d |
| RGB | rgb(116, 0, 157) |
| HSL | hsl(284, 100%, 31%) |
| CMYK | cmyk(26%, 100%, 0%, 38%) |
| LAB | lab(29.8 62.2 -54.6) |
| LCH | lch(29.8 82.7 318.7) |
| OKLCH | oklch(0.424 0.211 312.8) |
Copy-ready code
/* CSS */
color: #74009d;
background-color: #74009d;
/* Tailwind (arbitrary) */
class="text-[#74009d] bg-[#74009d]"
/* SCSS */
$brand: #74009d;
/* SwiftUI */
Color(red: 0.455, green: 0.000, blue: 0.616)
/* Android */
Color.parseColor("#74009d")Accessibility — WCAG contrast
Aa
#74009d on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74009d on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green0.0%
Blue61.6%
CMYK percentages
Cyan26.1%
Magenta100.0%
Yellow0.0%
Key (black)38.4%
Color previews
#74009d text on a black background
contrast 2.23:1
Card sample
#74009d text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74009d;
Background color
Panel with #74009d background
background-color: #74009d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74009d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 0, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 0, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74009d; background: linear-gradient(135deg, #74009d, #9D005D);