#4b9c4b
a balanced, soft green · cool · closest name: forestgreen
RGB
75, 156, 75
HSL
120°, 35%, 45%
CMYK
52, 0, 52, 39
Luminance
0.2578
Every format
| HEX | #4b9c4b |
| RGB | rgb(75, 156, 75) |
| HSL | hsl(120, 35%, 45%) |
| CMYK | cmyk(52%, 0%, 52%, 39%) |
| LAB | lab(57.8 -41.8 34.8) |
| LCH | lch(57.8 54.4 140.3) |
| OKLCH | oklch(0.622 0.141 143.6) |
Copy-ready code
/* CSS */
color: #4b9c4b;
background-color: #4b9c4b;
/* Tailwind (arbitrary) */
class="text-[#4b9c4b] bg-[#4b9c4b]"
/* SCSS */
$brand: #4b9c4b;
/* SwiftUI */
Color(red: 0.294, green: 0.612, blue: 0.294)
/* Android */
Color.parseColor("#4b9c4b")Accessibility — WCAG contrast
Aa
#4b9c4b on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b9c4b on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green61.2%
Blue29.4%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow51.9%
Key (black)38.8%
Color previews
#4b9c4b text on a black background
contrast 6.16:1
Card sample
#4b9c4b text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b9c4b;
Background color
Panel with #4b9c4b background
background-color: #4b9c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b9c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 156, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 156, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b9c4b; background: linear-gradient(135deg, #4b9c4b, #4B9C81);