#23902a
a dark, vivid green · cool · “forestgreen”
RGB
35, 144, 42
HSL
124°, 61%, 35%
CMYK
76, 0, 71, 44
Luminance
0.2047
Every format
| HEX | #23902a |
| RGB | rgb(35, 144, 42) |
| HSL | hsl(124, 61%, 35%) |
| CMYK | cmyk(76%, 0%, 71%, 44%) |
| LAB | lab(52.4 -50.4 43.7) |
| LCH | lch(52.4 66.7 139.1) |
| OKLCH | oklch(0.573 0.169 143.7) |
Copy-ready code
/* CSS */
color: #23902a;
background-color: #23902a;
/* Tailwind (arbitrary) */
class="text-[#23902a] bg-[#23902a]"
/* SCSS */
$brand: #23902a;
/* SwiftUI */
Color(red: 0.137, green: 0.565, blue: 0.165)
/* Android */
Color.parseColor("#23902a")Accessibility — WCAG contrast
Aa
#23902a on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#23902a on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green56.5%
Blue16.5%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow70.8%
Key (black)43.5%
Color previews
#23902a text on a black background
contrast 5.09:1
Card sample
#23902a text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23902a;
Background color
Panel with #23902a background
background-color: #23902a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23902a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 144, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 144, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23902a; background: linear-gradient(135deg, #23902a, #239073);