#4baf4b
a balanced, soft green · cool · closest name: forestgreen
RGB
75, 175, 75
HSL
120°, 40%, 49%
CMYK
57, 0, 57, 31
Luminance
0.3266
Every format
| HEX | #4baf4b |
| RGB | rgb(75, 175, 75) |
| HSL | hsl(120, 40%, 49%) |
| CMYK | cmyk(57%, 0%, 57%, 31%) |
| LAB | lab(63.9 -49.4 42.0) |
| LCH | lch(63.9 64.9 139.6) |
| OKLCH | oklch(0.672 0.167 143.4) |
Copy-ready code
/* CSS */
color: #4baf4b;
background-color: #4baf4b;
/* Tailwind (arbitrary) */
class="text-[#4baf4b] bg-[#4baf4b]"
/* SCSS */
$brand: #4baf4b;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#4baf4b")Accessibility — WCAG contrast
Aa
#4baf4b on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baf4b on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue29.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow57.1%
Key (black)31.4%
Color previews
#4baf4b text on a black background
contrast 7.53:1
Card sample
#4baf4b text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baf4b;
Background color
Panel with #4baf4b background
background-color: #4baf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baf4b; background: linear-gradient(135deg, #4baf4b, #4BAF8E);