#239642
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 150, 66
HSL
136°, 62%, 36%
CMYK
77, 0, 56, 41
Luminance
0.2256
Every format
| HEX | #239642 |
| RGB | rgb(35, 150, 66) |
| HSL | hsl(136, 62%, 36%) |
| CMYK | cmyk(77%, 0%, 56%, 41%) |
| LAB | lab(54.6 -49.6 35.1) |
| LCH | lch(54.6 60.8 144.7) |
| OKLCH | oklch(0.592 0.158 147.8) |
Copy-ready code
/* CSS */
color: #239642;
background-color: #239642;
/* Tailwind (arbitrary) */
class="text-[#239642] bg-[#239642]"
/* SCSS */
$brand: #239642;
/* SwiftUI */
Color(red: 0.137, green: 0.588, blue: 0.259)
/* Android */
Color.parseColor("#239642")Accessibility — WCAG contrast
Aa
#239642 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239642 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green58.8%
Blue25.9%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow56.0%
Key (black)41.2%
Color previews
#239642 text on a black background
contrast 5.51:1
Card sample
#239642 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239642;
Background color
Panel with #239642 background
background-color: #239642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 150, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 150, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239642; background: linear-gradient(135deg, #239642, #23968F);