#3602af
a dark, electric violet · warm · closest name: navy
RGB
54, 2, 175
HSL
258°, 98%, 35%
CMYK
69, 99, 0, 31
Luminance
0.0392
Every format
| HEX | #3602af |
| RGB | rgb(54, 2, 175) |
| HSL | hsl(258, 98%, 35%) |
| CMYK | cmyk(69%, 99%, 0%, 31%) |
| LAB | lab(23.4 60.3 -76.3) |
| LCH | lch(23.4 97.2 308.4) |
| OKLCH | oklch(0.368 0.223 279.2) |
Copy-ready code
/* CSS */
color: #3602af;
background-color: #3602af;
/* Tailwind (arbitrary) */
class="text-[#3602af] bg-[#3602af]"
/* SCSS */
$brand: #3602af;
/* SwiftUI */
Color(red: 0.212, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#3602af")Accessibility — WCAG contrast
Aa
#3602af on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3602af on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.8%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta98.9%
Yellow0.0%
Key (black)31.4%
Color previews
#3602af text on a black background
contrast 1.78:1
Card sample
#3602af text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3602af;
Background color
Panel with #3602af background
background-color: #3602af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3602af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3602af; background: linear-gradient(135deg, #3602af, #A902AF);