#020439
a deep, electric blue · warm · closest name: midnightblue
RGB
2, 4, 57
HSL
238°, 93%, 12%
CMYK
97, 93, 0, 78
Luminance
0.0040
Every format
| HEX | #020439 |
| RGB | rgb(2, 4, 57) |
| HSL | hsl(238, 93%, 12%) |
| CMYK | cmyk(97%, 93%, 0%, 78%) |
| LAB | lab(3.6 17.7 -32.2) |
| LCH | lch(3.6 36.7 298.7) |
| OKLCH | oklch(0.168 0.100 266.8) |
Copy-ready code
/* CSS */
color: #020439;
background-color: #020439;
/* Tailwind (arbitrary) */
class="text-[#020439] bg-[#020439]"
/* SCSS */
$brand: #020439;
/* SwiftUI */
Color(red: 0.008, green: 0.016, blue: 0.224)
/* Android */
Color.parseColor("#020439")Accessibility — WCAG contrast
Aa
#020439 on white: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020439 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green1.6%
Blue22.4%
CMYK percentages
Cyan96.5%
Magenta93.0%
Yellow0.0%
Key (black)77.6%
Color previews
#020439 text on a black background
contrast 1.08:1
Card sample
#020439 text on a white background
contrast 19.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020439;
Background color
Panel with #020439 background
background-color: #020439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 4, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 4, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020439; background: linear-gradient(135deg, #020439, #250239);