#4baf7c
a balanced, soft green · cool · closest name: seagreen
RGB
75, 175, 124
HSL
149°, 40%, 49%
CMYK
57, 0, 29, 31
Luminance
0.3361
Every format
| HEX | #4baf7c |
| RGB | rgb(75, 175, 124) |
| HSL | hsl(149, 40%, 49%) |
| CMYK | cmyk(57%, 0%, 29%, 31%) |
| LAB | lab(64.7 -41.3 17.6) |
| LCH | lch(64.7 44.8 156.9) |
| OKLCH | oklch(0.681 0.121 158.4) |
Copy-ready code
/* CSS */
color: #4baf7c;
background-color: #4baf7c;
/* Tailwind (arbitrary) */
class="text-[#4baf7c] bg-[#4baf7c]"
/* SCSS */
$brand: #4baf7c;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#4baf7c")Accessibility — WCAG contrast
Aa
#4baf7c on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baf7c on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue48.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow29.1%
Key (black)31.4%
Color previews
#4baf7c text on a black background
contrast 7.72:1
Card sample
#4baf7c text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baf7c;
Background color
Panel with #4baf7c background
background-color: #4baf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baf7c; background: linear-gradient(135deg, #4baf7c, #4B9FAF);