#1f2519
a deep, soft green · cool · closest name: black
RGB
31, 37, 25
HSL
90°, 19%, 12%
CMYK
16, 0, 32, 86
Luminance
0.0168
Every format
| HEX | #1f2519 |
| RGB | rgb(31, 37, 25) |
| HSL | hsl(90, 19%, 12%) |
| CMYK | cmyk(16%, 0%, 32%, 86%) |
| LAB | lab(13.7 -5.5 7.1) |
| LCH | lch(13.7 9.0 127.9) |
| OKLCH | oklch(0.254 0.023 129.5) |
Copy-ready code
/* CSS */
color: #1f2519;
background-color: #1f2519;
/* Tailwind (arbitrary) */
class="text-[#1f2519] bg-[#1f2519]"
/* SCSS */
$brand: #1f2519;
/* SwiftUI */
Color(red: 0.122, green: 0.145, blue: 0.098)
/* Android */
Color.parseColor("#1f2519")Accessibility — WCAG contrast
Aa
#1f2519 on white: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2519 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green14.5%
Blue9.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow32.4%
Key (black)85.5%
Color previews
#1f2519 text on a black background
contrast 1.34:1
Card sample
#1f2519 text on a white background
contrast 15.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2519;
Background color
Panel with #1f2519 background
background-color: #1f2519;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2519;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 37, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 37, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2519; background: linear-gradient(135deg, #1f2519, #19251B);