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