#183116
a deep, soft green · cool · closest name: darkslategray
RGB
24, 49, 22
HSL
116°, 38%, 14%
CMYK
51, 0, 55, 81
Luminance
0.0245
Every format
| HEX | #183116 |
| RGB | rgb(24, 49, 22) |
| HSL | hsl(116, 38%, 14%) |
| CMYK | cmyk(51%, 0%, 55%, 81%) |
| LAB | lab(17.7 -16.5 14.2) |
| LCH | lch(17.7 21.8 139.2) |
| OKLCH | oklch(0.285 0.057 142.4) |
Copy-ready code
/* CSS */
color: #183116;
background-color: #183116;
/* Tailwind (arbitrary) */
class="text-[#183116] bg-[#183116]"
/* SCSS */
$brand: #183116;
/* SwiftUI */
Color(red: 0.094, green: 0.192, blue: 0.086)
/* Android */
Color.parseColor("#183116")Accessibility — WCAG contrast
Aa
#183116 on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#183116 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green19.2%
Blue8.6%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow55.1%
Key (black)80.8%
Color previews
#183116 text on a black background
contrast 1.49:1
Card sample
#183116 text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #183116;
Background color
Panel with #183116 background
background-color: #183116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #183116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 49, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 49, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #183116; background: linear-gradient(135deg, #183116, #163126);