#3602df
a dark, electric blue · warm · closest name: blue
RGB
54, 2, 223
HSL
254°, 98%, 44%
CMYK
76, 99, 0, 13
Luminance
0.0616
Every format
| HEX | #3602df |
| RGB | rgb(54, 2, 223) |
| HSL | hsl(254, 98%, 44%) |
| CMYK | cmyk(76%, 99%, 0%, 13%) |
| LAB | lab(29.8 71.9 -93.8) |
| LCH | lch(29.8 118.2 307.5) |
| OKLCH | oklch(0.428 0.271 273.6) |
Copy-ready code
/* CSS */
color: #3602df;
background-color: #3602df;
/* Tailwind (arbitrary) */
class="text-[#3602df] bg-[#3602df]"
/* SCSS */
$brand: #3602df;
/* SwiftUI */
Color(red: 0.212, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#3602df")Accessibility — WCAG contrast
Aa
#3602df on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3602df on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.8%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3602df text on a black background
contrast 2.23:1
Card sample
#3602df text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3602df;
Background color
Panel with #3602df background
background-color: #3602df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3602df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3602df; background: linear-gradient(135deg, #3602df, #C902DF);