#4606af
a dark, electric violet · warm · closest name: navy
RGB
70, 6, 175
HSL
263°, 93%, 36%
CMYK
60, 97, 0, 31
Luminance
0.0453
Every format
| HEX | #4606af |
| RGB | rgb(70, 6, 175) |
| HSL | hsl(263, 93%, 36%) |
| CMYK | cmyk(60%, 97%, 0%, 31%) |
| LAB | lab(25.3 60.4 -73.0) |
| LCH | lch(25.3 94.7 309.6) |
| OKLCH | oklch(0.385 0.219 286.3) |
Copy-ready code
/* CSS */
color: #4606af;
background-color: #4606af;
/* Tailwind (arbitrary) */
class="text-[#4606af] bg-[#4606af]"
/* SCSS */
$brand: #4606af;
/* SwiftUI */
Color(red: 0.275, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#4606af")Accessibility — WCAG contrast
Aa
#4606af on white: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4606af on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green2.4%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#4606af text on a black background
contrast 1.91:1
Card sample
#4606af text on a white background
contrast 11.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4606af;
Background color
Panel with #4606af background
background-color: #4606af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4606af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4606af; background: linear-gradient(135deg, #4606af, #AF06A7);