#4612b0
a dark, electric violet · warm · closest name: navy
RGB
70, 18, 176
HSL
260°, 81%, 38%
CMYK
60, 90, 0, 31
Luminance
0.0487
Every format
| HEX | #4612b0 |
| RGB | rgb(70, 18, 176) |
| HSL | hsl(260, 81%, 38%) |
| CMYK | cmyk(60%, 90%, 0%, 31%) |
| LAB | lab(26.4 57.9 -71.9) |
| LCH | lch(26.4 92.3 308.8) |
| OKLCH | oklch(0.392 0.215 285.6) |
Copy-ready code
/* CSS */
color: #4612b0;
background-color: #4612b0;
/* Tailwind (arbitrary) */
class="text-[#4612b0] bg-[#4612b0]"
/* SCSS */
$brand: #4612b0;
/* SwiftUI */
Color(red: 0.275, green: 0.071, blue: 0.690)
/* Android */
Color.parseColor("#4612b0")Accessibility — WCAG contrast
Aa
#4612b0 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4612b0 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green7.1%
Blue69.0%
CMYK percentages
Cyan60.2%
Magenta89.8%
Yellow0.0%
Key (black)31.0%
Color previews
#4612b0 text on a black background
contrast 1.97:1
Card sample
#4612b0 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4612b0;
Background color
Panel with #4612b0 background
background-color: #4612b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4612b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 18, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 18, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4612b0; background: linear-gradient(135deg, #4612b0, #AF12B0);