#182913
a deep, soft green · cool · closest name: black
RGB
24, 41, 19
HSL
106°, 37%, 12%
CMYK
42, 0, 54, 84
Luminance
0.0183
Every format
| HEX | #182913 |
| RGB | rgb(24, 41, 19) |
| HSL | hsl(106, 37%, 12%) |
| CMYK | cmyk(42%, 0%, 54%, 84%) |
| LAB | lab(14.6 -12.5 12.2) |
| LCH | lch(14.6 17.5 135.7) |
| OKLCH | oklch(0.259 0.045 138.8) |
Copy-ready code
/* CSS */
color: #182913;
background-color: #182913;
/* Tailwind (arbitrary) */
class="text-[#182913] bg-[#182913]"
/* SCSS */
$brand: #182913;
/* SwiftUI */
Color(red: 0.094, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#182913")Accessibility — WCAG contrast
Aa
#182913 on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182913 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#182913 text on a black background
contrast 1.37:1
Card sample
#182913 text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182913;
Background color
Panel with #182913 background
background-color: #182913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182913; background: linear-gradient(135deg, #182913, #13291D);