#4eb985
a balanced, soft green · cool · closest name: seagreen
RGB
78, 185, 133
HSL
151°, 43%, 52%
CMYK
58, 0, 28, 28
Luminance
0.3801
Every format
| HEX | #4eb985 |
| RGB | rgb(78, 185, 133) |
| HSL | hsl(151, 43%, 52%) |
| CMYK | cmyk(58%, 0%, 28%, 28%) |
| LAB | lab(68.0 -43.0 17.4) |
| LCH | lch(68.0 46.4 158.0) |
| OKLCH | oklch(0.709 0.126 159.4) |
Copy-ready code
/* CSS */
color: #4eb985;
background-color: #4eb985;
/* Tailwind (arbitrary) */
class="text-[#4eb985] bg-[#4eb985]"
/* SCSS */
$brand: #4eb985;
/* SwiftUI */
Color(red: 0.306, green: 0.725, blue: 0.522)
/* Android */
Color.parseColor("#4eb985")Accessibility — WCAG contrast
Aa
#4eb985 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb985 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.5%
Blue52.2%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow28.1%
Key (black)27.5%
Color previews
#4eb985 text on a black background
contrast 8.60:1
Card sample
#4eb985 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb985;
Background color
Panel with #4eb985 background
background-color: #4eb985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 185, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 185, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb985; background: linear-gradient(135deg, #4eb985, #4EA6B9);