#1d2913
a deep, soft green · cool · closest name: black
RGB
29, 41, 19
HSL
93°, 37%, 12%
CMYK
29, 0, 54, 84
Luminance
0.0189
Every format
| HEX | #1d2913 |
| RGB | rgb(29, 41, 19) |
| HSL | hsl(93, 37%, 12%) |
| CMYK | cmyk(29%, 0%, 54%, 84%) |
| LAB | lab(14.9 -10.2 12.8) |
| LCH | lch(14.9 16.3 128.7) |
| OKLCH | oklch(0.263 0.042 132.1) |
Copy-ready code
/* CSS */
color: #1d2913;
background-color: #1d2913;
/* Tailwind (arbitrary) */
class="text-[#1d2913] bg-[#1d2913]"
/* SCSS */
$brand: #1d2913;
/* SwiftUI */
Color(red: 0.114, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#1d2913")Accessibility — WCAG contrast
Aa
#1d2913 on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d2913 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#1d2913 text on a black background
contrast 1.38:1
Card sample
#1d2913 text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d2913;
Background color
Panel with #1d2913 background
background-color: #1d2913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d2913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d2913; background: linear-gradient(135deg, #1d2913, #132918);