#257213
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 114, 19
HSL
109°, 71%, 26%
CMYK
68, 0, 83, 55
Luminance
0.1247
Every format
| HEX | #257213 |
| RGB | rgb(37, 114, 19) |
| HSL | hsl(109, 71%, 26%) |
| CMYK | cmyk(68%, 0%, 83%, 55%) |
| LAB | lab(42.0 -41.3 41.9) |
| LCH | lch(42.0 58.8 134.6) |
| OKLCH | oklch(0.486 0.146 140.5) |
Copy-ready code
/* CSS */
color: #257213;
background-color: #257213;
/* Tailwind (arbitrary) */
class="text-[#257213] bg-[#257213]"
/* SCSS */
$brand: #257213;
/* SwiftUI */
Color(red: 0.145, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#257213")Accessibility — WCAG contrast
Aa
#257213 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#257213 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green44.7%
Blue7.5%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#257213 text on a black background
contrast 3.49:1
Card sample
#257213 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #257213;
Background color
Panel with #257213 background
background-color: #257213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #257213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #257213; background: linear-gradient(135deg, #257213, #137240);