#249342
a dark, vivid green · cool · closest name: forestgreen
RGB
36, 147, 66
HSL
136°, 61%, 36%
CMYK
76, 0, 55, 42
Luminance
0.2164
Every format
| HEX | #249342 |
| RGB | rgb(36, 147, 66) |
| HSL | hsl(136, 61%, 36%) |
| CMYK | cmyk(76%, 0%, 55%, 42%) |
| LAB | lab(53.6 -48.3 34.0) |
| LCH | lch(53.6 59.1 144.9) |
| OKLCH | oklch(0.584 0.153 147.9) |
Copy-ready code
/* CSS */
color: #249342;
background-color: #249342;
/* Tailwind (arbitrary) */
class="text-[#249342] bg-[#249342]"
/* SCSS */
$brand: #249342;
/* SwiftUI */
Color(red: 0.141, green: 0.576, blue: 0.259)
/* Android */
Color.parseColor("#249342")Accessibility — WCAG contrast
Aa
#249342 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249342 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green57.6%
Blue25.9%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow55.1%
Key (black)42.4%
Color previews
#249342 text on a black background
contrast 5.33:1
Card sample
#249342 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249342;
Background color
Panel with #249342 background
background-color: #249342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 147, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 147, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249342; background: linear-gradient(135deg, #249342, #24938C);