#1d3b0f
a deep, vivid green · cool · closest name: darkslategray
RGB
29, 59, 15
HSL
101°, 60%, 15%
CMYK
51, 0, 75, 77
Luminance
0.0342
Every format
| HEX | #1d3b0f |
| RGB | rgb(29, 59, 15) |
| HSL | hsl(101, 60%, 15%) |
| CMYK | cmyk(51%, 0%, 75%, 77%) |
| LAB | lab(21.7 -20.8 23.1) |
| LCH | lch(21.7 31.1 132.0) |
| OKLCH | oklch(0.318 0.078 137.2) |
Copy-ready code
/* CSS */
color: #1d3b0f;
background-color: #1d3b0f;
/* Tailwind (arbitrary) */
class="text-[#1d3b0f] bg-[#1d3b0f]"
/* SCSS */
$brand: #1d3b0f;
/* SwiftUI */
Color(red: 0.114, green: 0.231, blue: 0.059)
/* Android */
Color.parseColor("#1d3b0f")Accessibility — WCAG contrast
Aa
#1d3b0f on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d3b0f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green23.1%
Blue5.9%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow74.6%
Key (black)76.9%
Color previews
#1d3b0f text on a black background
contrast 1.68:1
Card sample
#1d3b0f text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d3b0f;
Background color
Panel with #1d3b0f background
background-color: #1d3b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d3b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 59, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 59, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d3b0f; background: linear-gradient(135deg, #1d3b0f, #0F3B1E);