#041b24
a deep, electric cyan · cool · closest name: black
RGB
4, 27, 36
HSL
197°, 80%, 8%
CMYK
89, 25, 0, 86
Luminance
0.0094
Every format
| HEX | #041b24 |
| RGB | rgb(4, 27, 36) |
| HSL | hsl(197, 80%, 8%) |
| CMYK | cmyk(89%, 25%, 0%, 86%) |
| LAB | lab(8.4 -5.3 -8.9) |
| LCH | lch(8.4 10.3 239.1) |
| OKLCH | oklch(0.209 0.034 226.6) |
Copy-ready code
/* CSS */
color: #041b24;
background-color: #041b24;
/* Tailwind (arbitrary) */
class="text-[#041b24] bg-[#041b24]"
/* SCSS */
$brand: #041b24;
/* SwiftUI */
Color(red: 0.016, green: 0.106, blue: 0.141)
/* Android */
Color.parseColor("#041b24")Accessibility — WCAG contrast
Aa
#041b24 on white: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041b24 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.6%
Blue14.1%
CMYK percentages
Cyan88.9%
Magenta25.0%
Yellow0.0%
Key (black)85.9%
Color previews
#041b24 text on a black background
contrast 1.19:1
Card sample
#041b24 text on a white background
contrast 17.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041b24;
Background color
Panel with #041b24 background
background-color: #041b24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041b24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 27, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 27, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041b24; background: linear-gradient(135deg, #041b24, #040624);