#1f3d13
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 61, 19
HSL
103°, 53%, 16%
CMYK
49, 0, 69, 76
Luminance
0.0368
Every format
| HEX | #1f3d13 |
| RGB | rgb(31, 61, 19) |
| HSL | hsl(103, 53%, 16%) |
| CMYK | cmyk(49%, 0%, 69%, 76%) |
| LAB | lab(22.6 -20.6 22.0) |
| LCH | lch(22.6 30.1 133.1) |
| OKLCH | oklch(0.326 0.076 137.8) |
Copy-ready code
/* CSS */
color: #1f3d13;
background-color: #1f3d13;
/* Tailwind (arbitrary) */
class="text-[#1f3d13] bg-[#1f3d13]"
/* SCSS */
$brand: #1f3d13;
/* SwiftUI */
Color(red: 0.122, green: 0.239, blue: 0.075)
/* Android */
Color.parseColor("#1f3d13")Accessibility — WCAG contrast
Aa
#1f3d13 on white: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3d13 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green23.9%
Blue7.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow68.9%
Key (black)76.1%
Color previews
#1f3d13 text on a black background
contrast 1.74:1
Card sample
#1f3d13 text on a white background
contrast 12.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3d13;
Background color
Panel with #1f3d13 background
background-color: #1f3d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 61, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 61, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3d13; background: linear-gradient(135deg, #1f3d13, #133D23);