#041a13
a deep, vivid cyan · cool · closest name: black
RGB
4, 26, 19
HSL
161°, 73%, 6%
CMYK
85, 0, 27, 90
Luminance
0.0081
Every format
| HEX | #041a13 |
| RGB | rgb(4, 26, 19) |
| HSL | hsl(161, 73%, 6%) |
| CMYK | cmyk(85%, 0%, 27%, 90%) |
| LAB | lab(7.3 -9.6 2.0) |
| LCH | lch(7.3 9.8 168.3) |
| OKLCH | oklch(0.197 0.033 169.9) |
Copy-ready code
/* CSS */
color: #041a13;
background-color: #041a13;
/* Tailwind (arbitrary) */
class="text-[#041a13] bg-[#041a13]"
/* SCSS */
$brand: #041a13;
/* SwiftUI */
Color(red: 0.016, green: 0.102, blue: 0.075)
/* Android */
Color.parseColor("#041a13")Accessibility — WCAG contrast
Aa
#041a13 on white: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041a13 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.2%
Blue7.5%
CMYK percentages
Cyan84.6%
Magenta0.0%
Yellow26.9%
Key (black)89.8%
Color previews
#041a13 text on a black background
contrast 1.16:1
Card sample
#041a13 text on a white background
contrast 18.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041a13;
Background color
Panel with #041a13 background
background-color: #041a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 26, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 26, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041a13; background: linear-gradient(135deg, #041a13, #04121A);