#041420
a deep, electric blue · cool · closest name: black
RGB
4, 20, 32
HSL
206°, 78%, 7%
CMYK
88, 38, 0, 88
Luminance
0.0063
Every format
| HEX | #041420 |
| RGB | rgb(4, 20, 32) |
| HSL | hsl(206, 78%, 7%) |
| CMYK | cmyk(88%, 38%, 0%, 88%) |
| LAB | lab(5.7 -1.6 -10.1) |
| LCH | lch(5.7 10.2 261.2) |
| OKLCH | oklch(0.184 0.034 241.8) |
Copy-ready code
/* CSS */
color: #041420;
background-color: #041420;
/* Tailwind (arbitrary) */
class="text-[#041420] bg-[#041420]"
/* SCSS */
$brand: #041420;
/* SwiftUI */
Color(red: 0.016, green: 0.078, blue: 0.125)
/* Android */
Color.parseColor("#041420")Accessibility — WCAG contrast
Aa
#041420 on white: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041420 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green7.8%
Blue12.5%
CMYK percentages
Cyan87.5%
Magenta37.5%
Yellow0.0%
Key (black)87.5%
Color previews
#041420 text on a black background
contrast 1.13:1
Card sample
#041420 text on a white background
contrast 18.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041420;
Background color
Panel with #041420 background
background-color: #041420;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041420;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 20, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 20, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041420; background: linear-gradient(135deg, #041420, #070420);