#041920
a deep, electric cyan · cool · closest name: black
RGB
4, 25, 32
HSL
195°, 78%, 7%
CMYK
88, 22, 0, 88
Luminance
0.0083
Every format
| HEX | #041920 |
| RGB | rgb(4, 25, 32) |
| HSL | hsl(195, 78%, 7%) |
| CMYK | cmyk(88%, 22%, 0%, 88%) |
| LAB | lab(7.5 -5.2 -7.4) |
| LCH | lch(7.5 9.0 235.1) |
| OKLCH | oklch(0.200 0.031 222.2) |
Copy-ready code
/* CSS */
color: #041920;
background-color: #041920;
/* Tailwind (arbitrary) */
class="text-[#041920] bg-[#041920]"
/* SCSS */
$brand: #041920;
/* SwiftUI */
Color(red: 0.016, green: 0.098, blue: 0.125)
/* Android */
Color.parseColor("#041920")Accessibility — WCAG contrast
Aa
#041920 on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041920 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green9.8%
Blue12.5%
CMYK percentages
Cyan87.5%
Magenta21.9%
Yellow0.0%
Key (black)87.5%
Color previews
#041920 text on a black background
contrast 1.17:1
Card sample
#041920 text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041920;
Background color
Panel with #041920 background
background-color: #041920;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041920;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 25, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 25, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041920; background: linear-gradient(135deg, #041920, #040620);