#43009c
a dark, electric violet · warm · closest name: navy
RGB
67, 0, 156
HSL
266°, 100%, 31%
CMYK
57, 100, 0, 39
Luminance
0.0359
Every format
| HEX | #43009c |
| RGB | rgb(67, 0, 156) |
| HSL | hsl(266, 100%, 31%) |
| CMYK | cmyk(57%, 100%, 0%, 39%) |
| LAB | lab(22.3 57.0 -66.6) |
| LCH | lch(22.3 87.6 310.6) |
| OKLCH | oklch(0.357 0.203 289.4) |
Copy-ready code
/* CSS */
color: #43009c;
background-color: #43009c;
/* Tailwind (arbitrary) */
class="text-[#43009c] bg-[#43009c]"
/* SCSS */
$brand: #43009c;
/* SwiftUI */
Color(red: 0.263, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#43009c")Accessibility — WCAG contrast
Aa
#43009c on white: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43009c on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green0.0%
Blue61.2%
CMYK percentages
Cyan57.1%
Magenta100.0%
Yellow0.0%
Key (black)38.8%
Color previews
#43009c text on a black background
contrast 1.72:1
Card sample
#43009c text on a white background
contrast 12.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43009c;
Background color
Panel with #43009c background
background-color: #43009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43009c; background: linear-gradient(135deg, #43009c, #9C008D);