#1f3213
a deep, soft green · cool · closest name: darkslategray
RGB
31, 50, 19
HSL
97°, 45%, 14%
CMYK
38, 0, 62, 80
Luminance
0.0262
Every format
| HEX | #1f3213 |
| RGB | rgb(31, 50, 19) |
| HSL | hsl(97, 45%, 14%) |
| CMYK | cmyk(38%, 0%, 62%, 80%) |
| LAB | lab(18.4 -14.7 17.2) |
| LCH | lch(18.4 22.6 130.5) |
| OKLCH | oklch(0.292 0.058 134.7) |
Copy-ready code
/* CSS */
color: #1f3213;
background-color: #1f3213;
/* Tailwind (arbitrary) */
class="text-[#1f3213] bg-[#1f3213]"
/* SCSS */
$brand: #1f3213;
/* SwiftUI */
Color(red: 0.122, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#1f3213")Accessibility — WCAG contrast
Aa
#1f3213 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3213 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green19.6%
Blue7.5%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#1f3213 text on a black background
contrast 1.52:1
Card sample
#1f3213 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3213;
Background color
Panel with #1f3213 background
background-color: #1f3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3213; background: linear-gradient(135deg, #1f3213, #13321C);