#113321
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 51, 33
HSL
148°, 50%, 13%
CMYK
67, 0, 35, 80
Luminance
0.0260
Every format
| HEX | #113321 |
| RGB | rgb(17, 51, 33) |
| HSL | hsl(148, 50%, 13%) |
| CMYK | cmyk(67%, 0%, 35%, 80%) |
| LAB | lab(18.4 -17.6 7.8) |
| LCH | lch(18.4 19.2 156.1) |
| OKLCH | oklch(0.290 0.052 157.6) |
Copy-ready code
/* CSS */
color: #113321;
background-color: #113321;
/* Tailwind (arbitrary) */
class="text-[#113321] bg-[#113321]"
/* SCSS */
$brand: #113321;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#113321")Accessibility — WCAG contrast
Aa
#113321 on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113321 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue12.9%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#113321 text on a black background
contrast 1.52:1
Card sample
#113321 text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113321;
Background color
Panel with #113321 background
background-color: #113321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113321; background: linear-gradient(135deg, #113321, #112E33);