#3902af
a dark, electric violet · warm · closest name: navy
RGB
57, 2, 175
HSL
259°, 98%, 35%
CMYK
67, 99, 0, 31
Luminance
0.0401
Every format
| HEX | #3902af |
| RGB | rgb(57, 2, 175) |
| HSL | hsl(259, 98%, 35%) |
| CMYK | cmyk(67%, 99%, 0%, 31%) |
| LAB | lab(23.7 60.5 -75.8) |
| LCH | lch(23.7 97.0 308.6) |
| OKLCH | oklch(0.371 0.222 280.5) |
Copy-ready code
/* CSS */
color: #3902af;
background-color: #3902af;
/* Tailwind (arbitrary) */
class="text-[#3902af] bg-[#3902af]"
/* SCSS */
$brand: #3902af;
/* SwiftUI */
Color(red: 0.224, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#3902af")Accessibility — WCAG contrast
Aa
#3902af on white: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3902af on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green0.8%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta98.9%
Yellow0.0%
Key (black)31.4%
Color previews
#3902af text on a black background
contrast 1.80:1
Card sample
#3902af text on a white background
contrast 11.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3902af;
Background color
Panel with #3902af background
background-color: #3902af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3902af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3902af; background: linear-gradient(135deg, #3902af, #AC02AF);