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