#4dbb8e
a balanced, soft green · cool · closest name: seagreen
RGB
77, 187, 142
HSL
156°, 45%, 52%
CMYK
59, 0, 24, 27
Luminance
0.3907
Every format
| HEX | #4dbb8e |
| RGB | rgb(77, 187, 142) |
| HSL | hsl(156, 45%, 52%) |
| CMYK | cmyk(59%, 0%, 24%, 27%) |
| LAB | lab(68.8 -42.1 13.6) |
| LCH | lch(68.8 44.3 162.2) |
| OKLCH | oklch(0.716 0.121 163.4) |
Copy-ready code
/* CSS */
color: #4dbb8e;
background-color: #4dbb8e;
/* Tailwind (arbitrary) */
class="text-[#4dbb8e] bg-[#4dbb8e]"
/* SCSS */
$brand: #4dbb8e;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.557)
/* Android */
Color.parseColor("#4dbb8e")Accessibility — WCAG contrast
Aa
#4dbb8e on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbb8e on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue55.7%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow24.1%
Key (black)26.7%
Color previews
#4dbb8e text on a black background
contrast 8.81:1
Card sample
#4dbb8e text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbb8e;
Background color
Panel with #4dbb8e background
background-color: #4dbb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbb8e; background: linear-gradient(135deg, #4dbb8e, #4D9FBB);