#237721
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 119, 33
HSL
119°, 57%, 30%
CMYK
71, 0, 72, 53
Luminance
0.1366
Every format
| HEX | #237721 |
| RGB | rgb(35, 119, 33) |
| HSL | hsl(119, 57%, 30%) |
| CMYK | cmyk(71%, 0%, 72%, 53%) |
| LAB | lab(43.7 -42.4 38.4) |
| LCH | lch(43.7 57.2 137.9) |
| OKLCH | oklch(0.501 0.145 142.7) |
Copy-ready code
/* CSS */
color: #237721;
background-color: #237721;
/* Tailwind (arbitrary) */
class="text-[#237721] bg-[#237721]"
/* SCSS */
$brand: #237721;
/* SwiftUI */
Color(red: 0.137, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#237721")Accessibility — WCAG contrast
Aa
#237721 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#237721 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green46.7%
Blue12.9%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#237721 text on a black background
contrast 3.73:1
Card sample
#237721 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #237721;
Background color
Panel with #237721 background
background-color: #237721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #237721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #237721; background: linear-gradient(135deg, #237721, #217758);