#4b06af
a dark, electric violet · warm · closest name: navy
RGB
75, 6, 175
HSL
265°, 93%, 36%
CMYK
57, 97, 0, 31
Luminance
0.0472
Every format
| HEX | #4b06af |
| RGB | rgb(75, 6, 175) |
| HSL | hsl(265, 93%, 36%) |
| CMYK | cmyk(57%, 97%, 0%, 31%) |
| LAB | lab(25.9 60.7 -72.0) |
| LCH | lch(25.9 94.2 310.1) |
| OKLCH | oklch(0.390 0.219 288.6) |
Copy-ready code
/* CSS */
color: #4b06af;
background-color: #4b06af;
/* Tailwind (arbitrary) */
class="text-[#4b06af] bg-[#4b06af]"
/* SCSS */
$brand: #4b06af;
/* SwiftUI */
Color(red: 0.294, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#4b06af")Accessibility — WCAG contrast
Aa
#4b06af on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b06af on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green2.4%
Blue68.6%
CMYK percentages
Cyan57.1%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#4b06af text on a black background
contrast 1.94:1
Card sample
#4b06af text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b06af;
Background color
Panel with #4b06af background
background-color: #4b06af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b06af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b06af; background: linear-gradient(135deg, #4b06af, #AF06A2);