#181f0c
a deep, soft green · cool · closest name: black
RGB
24, 31, 12
HSL
82°, 44%, 8%
CMYK
23, 0, 61, 88
Luminance
0.0120
Every format
| HEX | #181f0c |
| RGB | rgb(24, 31, 12) |
| HSL | hsl(82, 44%, 8%) |
| CMYK | cmyk(23%, 0%, 61%, 88%) |
| LAB | lab(10.6 -7.4 10.6) |
| LCH | lch(10.6 13.0 125.0) |
| OKLCH | oklch(0.226 0.035 125.7) |
Copy-ready code
/* CSS */
color: #181f0c;
background-color: #181f0c;
/* Tailwind (arbitrary) */
class="text-[#181f0c] bg-[#181f0c]"
/* SCSS */
$brand: #181f0c;
/* SwiftUI */
Color(red: 0.094, green: 0.122, blue: 0.047)
/* Android */
Color.parseColor("#181f0c")Accessibility — WCAG contrast
Aa
#181f0c on white: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181f0c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green12.2%
Blue4.7%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow61.3%
Key (black)87.8%
Color previews
#181f0c text on a black background
contrast 1.24:1
Card sample
#181f0c text on a white background
contrast 16.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181f0c;
Background color
Panel with #181f0c background
background-color: #181f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 31, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 31, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181f0c; background: linear-gradient(135deg, #181f0c, #0C1F0D);