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