#1f231a
a deep, muted green · cool · closest name: black
RGB
31, 35, 26
HSL
87°, 15%, 12%
CMYK
11, 0, 26, 86
Luminance
0.0157
Every format
| HEX | #1f231a |
| RGB | rgb(31, 35, 26) |
| HSL | hsl(87, 15%, 12%) |
| CMYK | cmyk(11%, 0%, 26%, 86%) |
| LAB | lab(13.0 -4.0 5.5) |
| LCH | lch(13.0 6.8 126.1) |
| OKLCH | oklch(0.249 0.018 127.1) |
Copy-ready code
/* CSS */
color: #1f231a;
background-color: #1f231a;
/* Tailwind (arbitrary) */
class="text-[#1f231a] bg-[#1f231a]"
/* SCSS */
$brand: #1f231a;
/* SwiftUI */
Color(red: 0.122, green: 0.137, blue: 0.102)
/* Android */
Color.parseColor("#1f231a")Accessibility — WCAG contrast
Aa
#1f231a on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f231a on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green13.7%
Blue10.2%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow25.7%
Key (black)86.3%
Color previews
#1f231a text on a black background
contrast 1.31:1
Card sample
#1f231a text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f231a;
Background color
Panel with #1f231a background
background-color: #1f231a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f231a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 35, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 35, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f231a; background: linear-gradient(135deg, #1f231a, #1A231B);