#239c39
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 156, 57
HSL
131°, 63%, 38%
CMYK
78, 0, 64, 39
Luminance
0.2443
Every format
| HEX | #239c39 |
| RGB | rgb(35, 156, 57) |
| HSL | hsl(131, 63%, 38%) |
| CMYK | cmyk(78%, 0%, 64%, 39%) |
| LAB | lab(56.5 -52.9 41.7) |
| LCH | lch(56.5 67.3 141.7) |
| OKLCH | oklch(0.608 0.173 145.6) |
Copy-ready code
/* CSS */
color: #239c39;
background-color: #239c39;
/* Tailwind (arbitrary) */
class="text-[#239c39] bg-[#239c39]"
/* SCSS */
$brand: #239c39;
/* SwiftUI */
Color(red: 0.137, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#239c39")Accessibility — WCAG contrast
Aa
#239c39 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239c39 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green61.2%
Blue22.4%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow63.5%
Key (black)38.8%
Color previews
#239c39 text on a black background
contrast 5.89:1
Card sample
#239c39 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239c39;
Background color
Panel with #239c39 background
background-color: #239c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239c39; background: linear-gradient(135deg, #239c39, #239C8A);