#4cac6f
a balanced, soft green · cool · closest name: seagreen
RGB
76, 172, 111
HSL
142°, 39%, 49%
CMYK
56, 0, 36, 33
Luminance
0.3219
Every format
| HEX | #4cac6f |
| RGB | rgb(76, 172, 111) |
| HSL | hsl(142, 39%, 49%) |
| CMYK | cmyk(56%, 0%, 36%, 33%) |
| LAB | lab(63.5 -42.3 23.1) |
| LCH | lch(63.5 48.2 151.4) |
| OKLCH | oklch(0.671 0.129 153.3) |
Copy-ready code
/* CSS */
color: #4cac6f;
background-color: #4cac6f;
/* Tailwind (arbitrary) */
class="text-[#4cac6f] bg-[#4cac6f]"
/* SCSS */
$brand: #4cac6f;
/* SwiftUI */
Color(red: 0.298, green: 0.675, blue: 0.435)
/* Android */
Color.parseColor("#4cac6f")Accessibility — WCAG contrast
Aa
#4cac6f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cac6f on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green67.5%
Blue43.5%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow35.5%
Key (black)32.5%
Color previews
#4cac6f text on a black background
contrast 7.44:1
Card sample
#4cac6f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cac6f;
Background color
Panel with #4cac6f background
background-color: #4cac6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cac6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 172, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 172, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cac6f; background: linear-gradient(135deg, #4cac6f, #4CA9AC);