#207521
a dark, vivid green · cool · closest name: forestgreen
RGB
32, 117, 33
HSL
121°, 57%, 29%
CMYK
73, 0, 72, 54
Luminance
0.1314
Every format
| HEX | #207521 |
| RGB | rgb(32, 117, 33) |
| HSL | hsl(121, 57%, 29%) |
| CMYK | cmyk(73%, 0%, 72%, 54%) |
| LAB | lab(43.0 -42.3 37.5) |
| LCH | lch(43.0 56.6 138.4) |
| OKLCH | oklch(0.494 0.143 143.2) |
Copy-ready code
/* CSS */
color: #207521;
background-color: #207521;
/* Tailwind (arbitrary) */
class="text-[#207521] bg-[#207521]"
/* SCSS */
$brand: #207521;
/* SwiftUI */
Color(red: 0.125, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#207521")Accessibility — WCAG contrast
Aa
#207521 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#207521 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green45.9%
Blue12.9%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#207521 text on a black background
contrast 3.63:1
Card sample
#207521 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207521;
Background color
Panel with #207521 background
background-color: #207521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207521; background: linear-gradient(135deg, #207521, #20755A);