#041f2c
a deep, electric cyan · cool · closest name: black
RGB
4, 31, 44
HSL
200°, 83%, 9%
CMYK
91, 30, 0, 83
Luminance
0.0119
Every format
| HEX | #041f2c |
| RGB | rgb(4, 31, 44) |
| HSL | hsl(200, 83%, 9%) |
| CMYK | cmyk(91%, 30%, 0%, 83%) |
| LAB | lab(10.5 -4.7 -11.7) |
| LCH | lch(10.5 12.6 248.0) |
| OKLCH | oklch(0.226 0.041 232.9) |
Copy-ready code
/* CSS */
color: #041f2c;
background-color: #041f2c;
/* Tailwind (arbitrary) */
class="text-[#041f2c] bg-[#041f2c]"
/* SCSS */
$brand: #041f2c;
/* SwiftUI */
Color(red: 0.016, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#041f2c")Accessibility — WCAG contrast
Aa
#041f2c on white: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041f2c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.2%
Blue17.3%
CMYK percentages
Cyan90.9%
Magenta29.5%
Yellow0.0%
Key (black)82.7%
Color previews
#041f2c text on a black background
contrast 1.24:1
Card sample
#041f2c text on a white background
contrast 16.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041f2c;
Background color
Panel with #041f2c background
background-color: #041f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041f2c; background: linear-gradient(135deg, #041f2c, #04042C);