#4dbf76
a balanced, vivid green · cool · closest name: seagreen
RGB
77, 191, 118
HSL
142°, 47%, 53%
CMYK
60, 0, 38, 25
Luminance
0.4015
Every format
| HEX | #4dbf76 |
| RGB | rgb(77, 191, 118) |
| HSL | hsl(142, 47%, 53%) |
| CMYK | cmyk(60%, 0%, 38%, 25%) |
| LAB | lab(69.6 -48.7 27.4) |
| LCH | lch(69.6 55.9 150.6) |
| OKLCH | oklch(0.721 0.148 152.5) |
Copy-ready code
/* CSS */
color: #4dbf76;
background-color: #4dbf76;
/* Tailwind (arbitrary) */
class="text-[#4dbf76] bg-[#4dbf76]"
/* SCSS */
$brand: #4dbf76;
/* SwiftUI */
Color(red: 0.302, green: 0.749, blue: 0.463)
/* Android */
Color.parseColor("#4dbf76")Accessibility — WCAG contrast
Aa
#4dbf76 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbf76 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green74.9%
Blue46.3%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow38.2%
Key (black)25.1%
Color previews
#4dbf76 text on a black background
contrast 9.03:1
Card sample
#4dbf76 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbf76;
Background color
Panel with #4dbf76 background
background-color: #4dbf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 191, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 191, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbf76; background: linear-gradient(135deg, #4dbf76, #4DBCBF);