#113821
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 56, 33
HSL
145°, 53%, 14%
CMYK
70, 0, 41, 78
Luminance
0.0306
Every format
| HEX | #113821 |
| RGB | rgb(17, 56, 33) |
| HSL | hsl(145, 53%, 14%) |
| CMYK | cmyk(70%, 0%, 41%, 78%) |
| LAB | lab(20.3 -20.2 10.4) |
| LCH | lch(20.3 22.7 152.7) |
| OKLCH | oklch(0.306 0.061 154.5) |
Copy-ready code
/* CSS */
color: #113821;
background-color: #113821;
/* Tailwind (arbitrary) */
class="text-[#113821] bg-[#113821]"
/* SCSS */
$brand: #113821;
/* SwiftUI */
Color(red: 0.067, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#113821")Accessibility — WCAG contrast
Aa
#113821 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113821 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green22.0%
Blue12.9%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#113821 text on a black background
contrast 1.61:1
Card sample
#113821 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113821;
Background color
Panel with #113821 background
background-color: #113821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113821; background: linear-gradient(135deg, #113821, #113538);