#188721
a dark, vivid green · cool · “forestgreen”
RGB
24, 135, 33
HSL
125°, 70%, 31%
CMYK
82, 0, 76, 47
Luminance
0.1763
Every format
| HEX | #188721 |
| RGB | rgb(24, 135, 33) |
| HSL | hsl(125, 70%, 31%) |
| CMYK | cmyk(82%, 0%, 76%, 47%) |
| LAB | lab(49.0 -49.9 43.8) |
| LCH | lch(49.0 66.3 138.7) |
| OKLCH | oklch(0.544 0.167 143.7) |
Copy-ready code
/* CSS */
color: #188721;
background-color: #188721;
/* Tailwind (arbitrary) */
class="text-[#188721] bg-[#188721]"
/* SCSS */
$brand: #188721;
/* SwiftUI */
Color(red: 0.094, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#188721")Accessibility — WCAG contrast
Aa
#188721 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#188721 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green52.9%
Blue12.9%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#188721 text on a black background
contrast 4.53:1
Card sample
#188721 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #188721;
Background color
Panel with #188721 background
background-color: #188721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #188721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #188721; background: linear-gradient(135deg, #188721, #18876B);