#3602cd
a dark, electric violet · warm · closest name: blue
RGB
54, 2, 205
HSL
255°, 98%, 41%
CMYK
74, 99, 0, 20
Luminance
0.0524
Every format
| HEX | #3602cd |
| RGB | rgb(54, 2, 205) |
| HSL | hsl(255, 98%, 41%) |
| CMYK | cmyk(74%, 99%, 0%, 20%) |
| LAB | lab(27.4 67.6 -87.4) |
| LCH | lch(27.4 110.5 307.7) |
| OKLCH | oklch(0.406 0.253 275.3) |
Copy-ready code
/* CSS */
color: #3602cd;
background-color: #3602cd;
/* Tailwind (arbitrary) */
class="text-[#3602cd] bg-[#3602cd]"
/* SCSS */
$brand: #3602cd;
/* SwiftUI */
Color(red: 0.212, green: 0.008, blue: 0.804)
/* Android */
Color.parseColor("#3602cd")Accessibility — WCAG contrast
Aa
#3602cd on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3602cd on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.8%
Blue80.4%
CMYK percentages
Cyan73.7%
Magenta99.0%
Yellow0.0%
Key (black)19.6%
Color previews
#3602cd text on a black background
contrast 2.05:1
Card sample
#3602cd text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3602cd;
Background color
Panel with #3602cd background
background-color: #3602cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3602cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 2, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 2, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3602cd; background: linear-gradient(135deg, #3602cd, #BE02CD);