#00291a
a deep, electric green · cool · closest name: darkslategray
RGB
0, 41, 26
HSL
158°, 100%, 8%
CMYK
100, 0, 37, 84
Luminance
0.0166
Every format
| HEX | #00291a |
| RGB | rgb(0, 41, 26) |
| HSL | hsl(158, 100%, 8%) |
| CMYK | cmyk(100%, 0%, 37%, 84%) |
| LAB | lab(13.6 -18.8 6.0) |
| LCH | lch(13.6 19.7 162.4) |
| OKLCH | oklch(0.249 0.053 163.5) |
Copy-ready code
/* CSS */
color: #00291a;
background-color: #00291a;
/* Tailwind (arbitrary) */
class="text-[#00291a] bg-[#00291a]"
/* SCSS */
$brand: #00291a;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.102)
/* Android */
Color.parseColor("#00291a")Accessibility — WCAG contrast
Aa
#00291a on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00291a on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.6%
Key (black)83.9%
Color previews
#00291a text on a black background
contrast 1.33:1
Card sample
#00291a text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00291a;
Background color
Panel with #00291a background
background-color: #00291a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00291a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00291a; background: linear-gradient(135deg, #00291a, #001D29);