#114821
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 72, 33
HSL
138°, 62%, 18%
CMYK
76, 0, 54, 72
Luminance
0.0486
Every format
| HEX | #114821 |
| RGB | rgb(17, 72, 33) |
| HSL | hsl(138, 62%, 18%) |
| CMYK | cmyk(76%, 0%, 54%, 72%) |
| LAB | lab(26.3 -27.7 18.3) |
| LCH | lch(26.3 33.2 146.5) |
| OKLCH | oklch(0.356 0.087 149.1) |
Copy-ready code
/* CSS */
color: #114821;
background-color: #114821;
/* Tailwind (arbitrary) */
class="text-[#114821] bg-[#114821]"
/* SCSS */
$brand: #114821;
/* SwiftUI */
Color(red: 0.067, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#114821")Accessibility — WCAG contrast
Aa
#114821 on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114821 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green28.2%
Blue12.9%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#114821 text on a black background
contrast 1.97:1
Card sample
#114821 text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114821;
Background color
Panel with #114821 background
background-color: #114821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114821; background: linear-gradient(135deg, #114821, #114846);