#257913
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 121, 19
HSL
109°, 73%, 28%
CMYK
69, 0, 84, 53
Luminance
0.1412
Every format
| HEX | #257913 |
| RGB | rgb(37, 121, 19) |
| HSL | hsl(109, 73%, 28%) |
| CMYK | cmyk(69%, 0%, 84%, 53%) |
| LAB | lab(44.4 -43.8 44.2) |
| LCH | lch(44.4 62.2 134.8) |
| OKLCH | oklch(0.506 0.155 140.8) |
Copy-ready code
/* CSS */
color: #257913;
background-color: #257913;
/* Tailwind (arbitrary) */
class="text-[#257913] bg-[#257913]"
/* SCSS */
$brand: #257913;
/* SwiftUI */
Color(red: 0.145, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#257913")Accessibility — WCAG contrast
Aa
#257913 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#257913 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green47.5%
Blue7.5%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow84.3%
Key (black)52.5%
Color previews
#257913 text on a black background
contrast 3.82:1
Card sample
#257913 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #257913;
Background color
Panel with #257913 background
background-color: #257913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #257913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #257913; background: linear-gradient(135deg, #257913, #137945);