#4702ac
a dark, electric violet · warm · closest name: navy
RGB
71, 2, 172
HSL
264°, 98%, 34%
CMYK
59, 99, 0, 33
Luminance
0.0436
Every format
| HEX | #4702ac |
| RGB | rgb(71, 2, 172) |
| HSL | hsl(264, 98%, 34%) |
| CMYK | cmyk(59%, 99%, 0%, 33%) |
| LAB | lab(24.8 60.5 -72.0) |
| LCH | lch(24.8 94.1 310.0) |
| OKLCH | oklch(0.381 0.217 287.6) |
Copy-ready code
/* CSS */
color: #4702ac;
background-color: #4702ac;
/* Tailwind (arbitrary) */
class="text-[#4702ac] bg-[#4702ac]"
/* SCSS */
$brand: #4702ac;
/* SwiftUI */
Color(red: 0.278, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#4702ac")Accessibility — WCAG contrast
Aa
#4702ac on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4702ac on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.8%
Blue67.5%
CMYK percentages
Cyan58.7%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#4702ac text on a black background
contrast 1.87:1
Card sample
#4702ac text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4702ac;
Background color
Panel with #4702ac background
background-color: #4702ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4702ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4702ac; background: linear-gradient(135deg, #4702ac, #AC029F);