#157321
a dark, vivid green · cool · closest name: forestgreen
RGB
21, 115, 33
HSL
128°, 69%, 27%
CMYK
82, 0, 71, 55
Luminance
0.1253
Every format
| HEX | #157321 |
| RGB | rgb(21, 115, 33) |
| HSL | hsl(128, 69%, 27%) |
| CMYK | cmyk(82%, 0%, 71%, 55%) |
| LAB | lab(42.0 -43.5 36.5) |
| LCH | lch(42.0 56.8 140.0) |
| OKLCH | oklch(0.486 0.144 144.5) |
Copy-ready code
/* CSS */
color: #157321;
background-color: #157321;
/* Tailwind (arbitrary) */
class="text-[#157321] bg-[#157321]"
/* SCSS */
$brand: #157321;
/* SwiftUI */
Color(red: 0.082, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#157321")Accessibility — WCAG contrast
Aa
#157321 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#157321 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green45.1%
Blue12.9%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#157321 text on a black background
contrast 3.51:1
Card sample
#157321 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #157321;
Background color
Panel with #157321 background
background-color: #157321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #157321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #157321; background: linear-gradient(135deg, #157321, #157360);