#113c2b
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 60, 43
HSL
156°, 56%, 15%
CMYK
72, 0, 28, 77
Luminance
0.0353
Every format
| HEX | #113c2b |
| RGB | rgb(17, 60, 43) |
| HSL | hsl(156, 56%, 15%) |
| CMYK | cmyk(72%, 0%, 28%, 77%) |
| LAB | lab(22.0 -19.7 6.2) |
| LCH | lch(22.0 20.6 162.4) |
| OKLCH | oklch(0.321 0.057 163.6) |
Copy-ready code
/* CSS */
color: #113c2b;
background-color: #113c2b;
/* Tailwind (arbitrary) */
class="text-[#113c2b] bg-[#113c2b]"
/* SCSS */
$brand: #113c2b;
/* SwiftUI */
Color(red: 0.067, green: 0.235, blue: 0.169)
/* Android */
Color.parseColor("#113c2b")Accessibility — WCAG contrast
Aa
#113c2b on white: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113c2b on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green23.5%
Blue16.9%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow28.3%
Key (black)76.5%
Color previews
#113c2b text on a black background
contrast 1.71:1
Card sample
#113c2b text on a white background
contrast 12.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113c2b;
Background color
Panel with #113c2b background
background-color: #113c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 60, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 60, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113c2b; background: linear-gradient(135deg, #113c2b, #11303C);