#181d0f
a deep, soft green · cool · closest name: black
RGB
24, 29, 15
HSL
81°, 32%, 9%
CMYK
17, 0, 48, 89
Luminance
0.0111
Every format
| HEX | #181d0f |
| RGB | rgb(24, 29, 15) |
| HSL | hsl(81, 32%, 9%) |
| CMYK | cmyk(17%, 0%, 48%, 89%) |
| LAB | lab(9.9 -5.6 8.2) |
| LCH | lch(9.9 9.9 124.4) |
| OKLCH | oklch(0.221 0.027 124.5) |
Copy-ready code
/* CSS */
color: #181d0f;
background-color: #181d0f;
/* Tailwind (arbitrary) */
class="text-[#181d0f] bg-[#181d0f]"
/* SCSS */
$brand: #181d0f;
/* SwiftUI */
Color(red: 0.094, green: 0.114, blue: 0.059)
/* Android */
Color.parseColor("#181d0f")Accessibility — WCAG contrast
Aa
#181d0f on white: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181d0f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green11.4%
Blue5.9%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow48.3%
Key (black)88.6%
Color previews
#181d0f text on a black background
contrast 1.22:1
Card sample
#181d0f text on a white background
contrast 17.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181d0f;
Background color
Panel with #181d0f background
background-color: #181d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 29, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 29, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181d0f; background: linear-gradient(135deg, #181d0f, #0F1D0F);