#258213
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 130, 19
HSL
110°, 75%, 29%
CMYK
72, 0, 85, 49
Luminance
0.1641
Every format
| HEX | #258213 |
| RGB | rgb(37, 130, 19) |
| HSL | hsl(110, 75%, 29%) |
| CMYK | cmyk(72%, 0%, 85%, 49%) |
| LAB | lab(47.5 -47.0 47.0) |
| LCH | lch(47.5 66.5 135.0) |
| OKLCH | oklch(0.532 0.165 141.0) |
Copy-ready code
/* CSS */
color: #258213;
background-color: #258213;
/* Tailwind (arbitrary) */
class="text-[#258213] bg-[#258213]"
/* SCSS */
$brand: #258213;
/* SwiftUI */
Color(red: 0.145, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#258213")Accessibility — WCAG contrast
Aa
#258213 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#258213 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green51.0%
Blue7.5%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow85.4%
Key (black)49.0%
Color previews
#258213 text on a black background
contrast 4.28:1
Card sample
#258213 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #258213;
Background color
Panel with #258213 background
background-color: #258213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #258213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #258213; background: linear-gradient(135deg, #258213, #13824B);