#189521
a dark, vivid green · cool · closest name: forestgreen
RGB
24, 149, 33
HSL
124°, 72%, 34%
CMYK
84, 0, 78, 42
Luminance
0.2180
Every format
| HEX | #189521 |
| RGB | rgb(24, 149, 33) |
| HSL | hsl(124, 72%, 34%) |
| CMYK | cmyk(84%, 0%, 78%, 42%) |
| LAB | lab(53.8 -54.4 48.5) |
| LCH | lch(53.8 72.9 138.2) |
| OKLCH | oklch(0.584 0.183 143.5) |
Copy-ready code
/* CSS */
color: #189521;
background-color: #189521;
/* Tailwind (arbitrary) */
class="text-[#189521] bg-[#189521]"
/* SCSS */
$brand: #189521;
/* SwiftUI */
Color(red: 0.094, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#189521")Accessibility — WCAG contrast
Aa
#189521 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#189521 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green58.4%
Blue12.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#189521 text on a black background
contrast 5.36:1
Card sample
#189521 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #189521;
Background color
Panel with #189521 background
background-color: #189521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #189521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #189521; background: linear-gradient(135deg, #189521, #189574);