#3602cf
a dark, electric violet · warm · closest name: blue
RGB
54, 2, 207
HSL
255°, 98%, 41%
CMYK
74, 99, 0, 19
Luminance
0.0533
Every format
| HEX | #3602cf |
| RGB | rgb(54, 2, 207) |
| HSL | hsl(255, 98%, 41%) |
| CMYK | cmyk(74%, 99%, 0%, 19%) |
| LAB | lab(27.7 68.1 -88.1) |
| LCH | lch(27.7 111.4 307.7) |
| OKLCH | oklch(0.408 0.255 275.1) |
Copy-ready code
/* CSS */
color: #3602cf;
background-color: #3602cf;
/* Tailwind (arbitrary) */
class="text-[#3602cf] bg-[#3602cf]"
/* SCSS */
$brand: #3602cf;
/* SwiftUI */
Color(red: 0.212, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#3602cf")Accessibility — WCAG contrast
Aa
#3602cf on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3602cf on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan73.9%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#3602cf text on a black background
contrast 2.07:1
Card sample
#3602cf text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3602cf;
Background color
Panel with #3602cf background
background-color: #3602cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3602cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3602cf; background: linear-gradient(135deg, #3602cf, #BF02CF);