#258021
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 128, 33
HSL
118°, 59%, 32%
CMYK
71, 0, 74, 50
Luminance
0.1594
Every format
| HEX | #258021 |
| RGB | rgb(37, 128, 33) |
| HSL | hsl(118, 59%, 32%) |
| CMYK | cmyk(71%, 0%, 74%, 50%) |
| LAB | lab(46.9 -45.3 41.7) |
| LCH | lch(46.9 61.5 137.4) |
| OKLCH | oklch(0.527 0.155 142.5) |
Copy-ready code
/* CSS */
color: #258021;
background-color: #258021;
/* Tailwind (arbitrary) */
class="text-[#258021] bg-[#258021]"
/* SCSS */
$brand: #258021;
/* SwiftUI */
Color(red: 0.145, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#258021")Accessibility — WCAG contrast
Aa
#258021 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#258021 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green50.2%
Blue12.9%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow74.2%
Key (black)49.8%
Color previews
#258021 text on a black background
contrast 4.19:1
Card sample
#258021 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #258021;
Background color
Panel with #258021 background
background-color: #258021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #258021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #258021; background: linear-gradient(135deg, #258021, #21805C);