#4dbb6f
a balanced, soft green · cool · closest name: seagreen
RGB
77, 187, 111
HSL
139°, 45%, 52%
CMYK
59, 0, 41, 27
Luminance
0.3827
Every format
| HEX | #4dbb6f |
| RGB | rgb(77, 187, 111) |
| HSL | hsl(139, 45%, 52%) |
| CMYK | cmyk(59%, 0%, 41%, 27%) |
| LAB | lab(68.2 -48.3 29.3) |
| LCH | lch(68.2 56.5 148.7) |
| OKLCH | oklch(0.709 0.150 150.9) |
Copy-ready code
/* CSS */
color: #4dbb6f;
background-color: #4dbb6f;
/* Tailwind (arbitrary) */
class="text-[#4dbb6f] bg-[#4dbb6f]"
/* SCSS */
$brand: #4dbb6f;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.435)
/* Android */
Color.parseColor("#4dbb6f")Accessibility — WCAG contrast
Aa
#4dbb6f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbb6f on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue43.5%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow40.6%
Key (black)26.7%
Color previews
#4dbb6f text on a black background
contrast 8.65:1
Card sample
#4dbb6f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbb6f;
Background color
Panel with #4dbb6f background
background-color: #4dbb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbb6f; background: linear-gradient(135deg, #4dbb6f, #4DBBB8);