#1f3d1f
a deep, soft green · cool · closest name: darkslategray
RGB
31, 61, 31
HSL
120°, 33%, 18%
CMYK
49, 0, 49, 76
Luminance
0.0373
Every format
| HEX | #1f3d1f |
| RGB | rgb(31, 61, 31) |
| HSL | hsl(120, 33%, 18%) |
| CMYK | cmyk(49%, 0%, 49%, 76%) |
| LAB | lab(22.8 -18.7 15.1) |
| LCH | lch(22.8 24.0 141.1) |
| OKLCH | oklch(0.328 0.063 144.0) |
Copy-ready code
/* CSS */
color: #1f3d1f;
background-color: #1f3d1f;
/* Tailwind (arbitrary) */
class="text-[#1f3d1f] bg-[#1f3d1f]"
/* SCSS */
$brand: #1f3d1f;
/* SwiftUI */
Color(red: 0.122, green: 0.239, blue: 0.122)
/* Android */
Color.parseColor("#1f3d1f")Accessibility — WCAG contrast
Aa
#1f3d1f on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3d1f on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green23.9%
Blue12.2%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow49.2%
Key (black)76.1%
Color previews
#1f3d1f text on a black background
contrast 1.75:1
Card sample
#1f3d1f text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3d1f;
Background color
Panel with #1f3d1f background
background-color: #1f3d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 61, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 61, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3d1f; background: linear-gradient(135deg, #1f3d1f, #1F3D33);