#257321
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 115, 33
HSL
117°, 55%, 29%
CMYK
68, 0, 71, 55
Luminance
0.1276
Every format
| HEX | #257321 |
| RGB | rgb(37, 115, 33) |
| HSL | hsl(117, 55%, 29%) |
| CMYK | cmyk(68%, 0%, 71%, 55%) |
| LAB | lab(42.4 -40.5 37.0) |
| LCH | lch(42.4 54.8 137.6) |
| OKLCH | oklch(0.490 0.139 142.4) |
Copy-ready code
/* CSS */
color: #257321;
background-color: #257321;
/* Tailwind (arbitrary) */
class="text-[#257321] bg-[#257321]"
/* SCSS */
$brand: #257321;
/* SwiftUI */
Color(red: 0.145, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#257321")Accessibility — WCAG contrast
Aa
#257321 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#257321 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green45.1%
Blue12.9%
CMYK percentages
Cyan67.8%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#257321 text on a black background
contrast 3.55:1
Card sample
#257321 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #257321;
Background color
Panel with #257321 background
background-color: #257321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #257321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #257321; background: linear-gradient(135deg, #257321, #217354);