#183113
a deep, soft green · cool · closest name: darkslategray
RGB
24, 49, 19
HSL
110°, 44%, 13%
CMYK
51, 0, 61, 81
Luminance
0.0244
Every format
| HEX | #183113 |
| RGB | rgb(24, 49, 19) |
| HSL | hsl(110, 44%, 13%) |
| CMYK | cmyk(51%, 0%, 61%, 81%) |
| LAB | lab(17.6 -17.0 16.1) |
| LCH | lch(17.6 23.4 136.7) |
| OKLCH | oklch(0.284 0.060 140.4) |
Copy-ready code
/* CSS */
color: #183113;
background-color: #183113;
/* Tailwind (arbitrary) */
class="text-[#183113] bg-[#183113]"
/* SCSS */
$brand: #183113;
/* SwiftUI */
Color(red: 0.094, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#183113")Accessibility — WCAG contrast
Aa
#183113 on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#183113 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green19.2%
Blue7.5%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow61.2%
Key (black)80.8%
Color previews
#183113 text on a black background
contrast 1.49:1
Card sample
#183113 text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #183113;
Background color
Panel with #183113 background
background-color: #183113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #183113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #183113; background: linear-gradient(135deg, #183113, #133122);