#1f291f
a deep, muted green · cool · closest name: black
RGB
31, 41, 31
HSL
120°, 14%, 14%
CMYK
24, 0, 24, 84
Luminance
0.0198
Every format
| HEX | #1f291f |
| RGB | rgb(31, 41, 31) |
| HSL | hsl(120, 14%, 14%) |
| CMYK | cmyk(24%, 0%, 24%, 84%) |
| LAB | lab(15.4 -6.9 5.2) |
| LCH | lch(15.4 8.6 143.2) |
| OKLCH | oklch(0.268 0.023 144.9) |
Copy-ready code
/* CSS */
color: #1f291f;
background-color: #1f291f;
/* Tailwind (arbitrary) */
class="text-[#1f291f] bg-[#1f291f]"
/* SCSS */
$brand: #1f291f;
/* SwiftUI */
Color(red: 0.122, green: 0.161, blue: 0.122)
/* Android */
Color.parseColor("#1f291f")Accessibility — WCAG contrast
Aa
#1f291f on white: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f291f on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green16.1%
Blue12.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow24.4%
Key (black)83.9%
Color previews
#1f291f text on a black background
contrast 1.40:1
Card sample
#1f291f text on a white background
contrast 15.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f291f;
Background color
Panel with #1f291f background
background-color: #1f291f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f291f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 41, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 41, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f291f; background: linear-gradient(135deg, #1f291f, #1F2926);