#4baf2c
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 175, 44
HSL
106°, 60%, 43%
CMYK
57, 0, 75, 31
Luminance
0.3234
Every format
| HEX | #4baf2c |
| RGB | rgb(75, 175, 44) |
| HSL | hsl(106, 60%, 43%) |
| CMYK | cmyk(57%, 0%, 75%, 31%) |
| LAB | lab(63.6 -52.5 54.8) |
| LCH | lch(63.6 75.9 133.8) |
| OKLCH | oklch(0.669 0.190 139.5) |
Copy-ready code
/* CSS */
color: #4baf2c;
background-color: #4baf2c;
/* Tailwind (arbitrary) */
class="text-[#4baf2c] bg-[#4baf2c]"
/* SCSS */
$brand: #4baf2c;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#4baf2c")Accessibility — WCAG contrast
Aa
#4baf2c on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baf2c on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue17.3%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow74.9%
Key (black)31.4%
Color previews
#4baf2c text on a black background
contrast 7.47:1
Card sample
#4baf2c text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baf2c;
Background color
Panel with #4baf2c background
background-color: #4baf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baf2c; background: linear-gradient(135deg, #4baf2c, #2CAF64);