#114721
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 71, 33
HSL
138°, 61%, 17%
CMYK
76, 0, 54, 72
Luminance
0.0474
Every format
| HEX | #114721 |
| RGB | rgb(17, 71, 33) |
| HSL | hsl(138, 61%, 17%) |
| CMYK | cmyk(76%, 0%, 54%, 72%) |
| LAB | lab(26.0 -27.2 17.8) |
| LCH | lch(26.0 32.5 146.8) |
| OKLCH | oklch(0.353 0.085 149.4) |
Copy-ready code
/* CSS */
color: #114721;
background-color: #114721;
/* Tailwind (arbitrary) */
class="text-[#114721] bg-[#114721]"
/* SCSS */
$brand: #114721;
/* SwiftUI */
Color(red: 0.067, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#114721")Accessibility — WCAG contrast
Aa
#114721 on white: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114721 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green27.8%
Blue12.9%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow53.5%
Key (black)72.2%
Color previews
#114721 text on a black background
contrast 1.95:1
Card sample
#114721 text on a white background
contrast 10.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114721;
Background color
Panel with #114721 background
background-color: #114721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114721; background: linear-gradient(135deg, #114721, #114745);