#4bac64
a balanced, soft green · cool · closest name: seagreen
RGB
75, 172, 100
HSL
136°, 39%, 48%
CMYK
56, 0, 42, 33
Luminance
0.3192
Every format
| HEX | #4bac64 |
| RGB | rgb(75, 172, 100) |
| HSL | hsl(136, 39%, 48%) |
| CMYK | cmyk(56%, 0%, 42%, 33%) |
| LAB | lab(63.3 -44.5 28.6) |
| LCH | lch(63.3 53.0 147.3) |
| OKLCH | oklch(0.668 0.140 149.6) |
Copy-ready code
/* CSS */
color: #4bac64;
background-color: #4bac64;
/* Tailwind (arbitrary) */
class="text-[#4bac64] bg-[#4bac64]"
/* SCSS */
$brand: #4bac64;
/* SwiftUI */
Color(red: 0.294, green: 0.675, blue: 0.392)
/* Android */
Color.parseColor("#4bac64")Accessibility — WCAG contrast
Aa
#4bac64 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bac64 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.5%
Blue39.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow41.9%
Key (black)32.5%
Color previews
#4bac64 text on a black background
contrast 7.38:1
Card sample
#4bac64 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bac64;
Background color
Panel with #4bac64 background
background-color: #4bac64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bac64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 172, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 172, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bac64; background: linear-gradient(135deg, #4bac64, #4BACA5);