#3402ab
a dark, electric violet · warm · closest name: navy
RGB
52, 2, 171
HSL
258°, 98%, 34%
CMYK
70, 99, 0, 33
Luminance
0.0371
Every format
| HEX | #3402ab |
| RGB | rgb(52, 2, 171) |
| HSL | hsl(258, 98%, 34%) |
| CMYK | cmyk(70%, 99%, 0%, 33%) |
| LAB | lab(22.7 59.3 -75.0) |
| LCH | lch(22.7 95.6 308.3) |
| OKLCH | oklch(0.362 0.219 278.9) |
Copy-ready code
/* CSS */
color: #3402ab;
background-color: #3402ab;
/* Tailwind (arbitrary) */
class="text-[#3402ab] bg-[#3402ab]"
/* SCSS */
$brand: #3402ab;
/* SwiftUI */
Color(red: 0.204, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#3402ab")Accessibility — WCAG contrast
Aa
#3402ab on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3402ab on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green0.8%
Blue67.1%
CMYK percentages
Cyan69.6%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#3402ab text on a black background
contrast 1.74:1
Card sample
#3402ab text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3402ab;
Background color
Panel with #3402ab background
background-color: #3402ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3402ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3402ab; background: linear-gradient(135deg, #3402ab, #A502AB);