#1d2806
a deep, vivid green · cool · closest name: black
RGB
29, 40, 6
HSL
79°, 74%, 9%
CMYK
28, 0, 85, 84
Luminance
0.0179
Every format
| HEX | #1d2806 |
| RGB | rgb(29, 40, 6) |
| HSL | hsl(79, 74%, 9%) |
| CMYK | cmyk(28%, 0%, 85%, 84%) |
| LAB | lab(14.4 -11.3 18.3) |
| LCH | lch(14.4 21.5 121.7) |
| OKLCH | oklch(0.258 0.056 125.5) |
Copy-ready code
/* CSS */
color: #1d2806;
background-color: #1d2806;
/* Tailwind (arbitrary) */
class="text-[#1d2806] bg-[#1d2806]"
/* SCSS */
$brand: #1d2806;
/* SwiftUI */
Color(red: 0.114, green: 0.157, blue: 0.024)
/* Android */
Color.parseColor("#1d2806")Accessibility — WCAG contrast
Aa
#1d2806 on white: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d2806 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green15.7%
Blue2.4%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow85.0%
Key (black)84.3%
Color previews
#1d2806 text on a black background
contrast 1.36:1
Card sample
#1d2806 text on a white background
contrast 15.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d2806;
Background color
Panel with #1d2806 background
background-color: #1d2806;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d2806;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 40, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 40, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d2806; background: linear-gradient(135deg, #1d2806, #062806);