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