#237321
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 115, 33
HSL
119°, 55%, 29%
CMYK
70, 0, 71, 55
Luminance
0.1273
Every format
| HEX | #237321 |
| RGB | rgb(35, 115, 33) |
| HSL | hsl(119, 55%, 29%) |
| CMYK | cmyk(70%, 0%, 71%, 55%) |
| LAB | lab(42.4 -41.0 36.9) |
| LCH | lch(42.4 55.1 138.0) |
| OKLCH | oklch(0.489 0.140 142.7) |
Copy-ready code
/* CSS */
color: #237321;
background-color: #237321;
/* Tailwind (arbitrary) */
class="text-[#237321] bg-[#237321]"
/* SCSS */
$brand: #237321;
/* SwiftUI */
Color(red: 0.137, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#237321")Accessibility — WCAG contrast
Aa
#237321 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#237321 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green45.1%
Blue12.9%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#237321 text on a black background
contrast 3.55:1
Card sample
#237321 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #237321;
Background color
Panel with #237321 background
background-color: #237321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #237321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #237321; background: linear-gradient(135deg, #237321, #217356);