#1f4213
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 66, 19
HSL
105°, 55%, 17%
CMYK
53, 0, 71, 74
Luminance
0.0423
Every format
| HEX | #1f4213 |
| RGB | rgb(31, 66, 19) |
| HSL | hsl(105, 55%, 17%) |
| CMYK | cmyk(53%, 0%, 71%, 74%) |
| LAB | lab(24.4 -23.0 24.1) |
| LCH | lch(24.4 33.3 133.7) |
| OKLCH | oklch(0.341 0.085 138.6) |
Copy-ready code
/* CSS */
color: #1f4213;
background-color: #1f4213;
/* Tailwind (arbitrary) */
class="text-[#1f4213] bg-[#1f4213]"
/* SCSS */
$brand: #1f4213;
/* SwiftUI */
Color(red: 0.122, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#1f4213")Accessibility — WCAG contrast
Aa
#1f4213 on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f4213 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green25.9%
Blue7.5%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow71.2%
Key (black)74.1%
Color previews
#1f4213 text on a black background
contrast 1.85:1
Card sample
#1f4213 text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f4213;
Background color
Panel with #1f4213 background
background-color: #1f4213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f4213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f4213; background: linear-gradient(135deg, #1f4213, #134226);