#114422
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 68, 34
HSL
140°, 60%, 17%
CMYK
75, 0, 50, 73
Luminance
0.0437
Every format
| HEX | #114422 |
| RGB | rgb(17, 68, 34) |
| HSL | hsl(140, 60%, 17%) |
| CMYK | cmyk(75%, 0%, 50%, 73%) |
| LAB | lab(24.9 -25.7 15.8) |
| LCH | lch(24.9 30.2 148.4) |
| OKLCH | oklch(0.344 0.079 150.7) |
Copy-ready code
/* CSS */
color: #114422;
background-color: #114422;
/* Tailwind (arbitrary) */
class="text-[#114422] bg-[#114422]"
/* SCSS */
$brand: #114422;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#114422")Accessibility — WCAG contrast
Aa
#114422 on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114422 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue13.3%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow50.0%
Key (black)73.3%
Color previews
#114422 text on a black background
contrast 1.87:1
Card sample
#114422 text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114422;
Background color
Panel with #114422 background
background-color: #114422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114422; background: linear-gradient(135deg, #114422, #114444);