#1f271f
a deep, muted green · cool · closest name: black
RGB
31, 39, 31
HSL
120°, 11%, 14%
CMYK
21, 0, 21, 85
Luminance
0.0184
Every format
| HEX | #1f271f |
| RGB | rgb(31, 39, 31) |
| HSL | hsl(120, 11%, 14%) |
| CMYK | cmyk(21%, 0%, 21%, 85%) |
| LAB | lab(14.6 -5.6 4.1) |
| LCH | lch(14.6 6.9 143.4) |
| OKLCH | oklch(0.262 0.019 145.0) |
Copy-ready code
/* CSS */
color: #1f271f;
background-color: #1f271f;
/* Tailwind (arbitrary) */
class="text-[#1f271f] bg-[#1f271f]"
/* SCSS */
$brand: #1f271f;
/* SwiftUI */
Color(red: 0.122, green: 0.153, blue: 0.122)
/* Android */
Color.parseColor("#1f271f")Accessibility — WCAG contrast
Aa
#1f271f on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f271f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green15.3%
Blue12.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow20.5%
Key (black)84.7%
Color previews
#1f271f text on a black background
contrast 1.37:1
Card sample
#1f271f text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f271f;
Background color
Panel with #1f271f background
background-color: #1f271f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f271f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 39, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 39, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f271f; background: linear-gradient(135deg, #1f271f, #1F2724);