#4ba080
a balanced, soft green · cool · closest name: seagreen
RGB
75, 160, 128
HSL
157°, 36%, 46%
CMYK
53, 0, 20, 37
Luminance
0.2820
Every format
| HEX | #4ba080 |
| RGB | rgb(75, 160, 128) |
| HSL | hsl(157, 36%, 46%) |
| CMYK | cmyk(53%, 0%, 20%, 37%) |
| LAB | lab(60.1 -33.6 8.9) |
| LCH | lch(60.1 34.8 165.1) |
| OKLCH | oklch(0.644 0.097 166.3) |
Copy-ready code
/* CSS */
color: #4ba080;
background-color: #4ba080;
/* Tailwind (arbitrary) */
class="text-[#4ba080] bg-[#4ba080]"
/* SCSS */
$brand: #4ba080;
/* SwiftUI */
Color(red: 0.294, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#4ba080")Accessibility — WCAG contrast
Aa
#4ba080 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba080 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green62.7%
Blue50.2%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#4ba080 text on a black background
contrast 6.64:1
Card sample
#4ba080 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba080;
Background color
Panel with #4ba080 background
background-color: #4ba080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba080; background: linear-gradient(135deg, #4ba080, #4B87A0);