#113621
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 54, 33
HSL
146°, 52%, 14%
CMYK
69, 0, 39, 79
Luminance
0.0287
Every format
| HEX | #113621 |
| RGB | rgb(17, 54, 33) |
| HSL | hsl(146, 52%, 14%) |
| CMYK | cmyk(69%, 0%, 39%, 79%) |
| LAB | lab(19.5 -19.1 9.4) |
| LCH | lch(19.5 21.3 153.9) |
| OKLCH | oklch(0.299 0.057 155.6) |
Copy-ready code
/* CSS */
color: #113621;
background-color: #113621;
/* Tailwind (arbitrary) */
class="text-[#113621] bg-[#113621]"
/* SCSS */
$brand: #113621;
/* SwiftUI */
Color(red: 0.067, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#113621")Accessibility — WCAG contrast
Aa
#113621 on white: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113621 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green21.2%
Blue12.9%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#113621 text on a black background
contrast 1.57:1
Card sample
#113621 text on a white background
contrast 13.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113621;
Background color
Panel with #113621 background
background-color: #113621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113621; background: linear-gradient(135deg, #113621, #113236);