#75b080
a balanced, soft green · cool · closest name: seagreen
RGB
117, 176, 128
HSL
131°, 27%, 58%
CMYK
34, 0, 27, 31
Luminance
0.3639
Every format
| HEX | #75b080 |
| RGB | rgb(117, 176, 128) |
| HSL | hsl(131, 27%, 58%) |
| CMYK | cmyk(34%, 0%, 27%, 31%) |
| LAB | lab(66.8 -29.3 18.7) |
| LCH | lch(66.8 34.7 147.5) |
| OKLCH | oklch(0.704 0.093 149.4) |
Copy-ready code
/* CSS */
color: #75b080;
background-color: #75b080;
/* Tailwind (arbitrary) */
class="text-[#75b080] bg-[#75b080]"
/* SCSS */
$brand: #75b080;
/* SwiftUI */
Color(red: 0.459, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#75b080")Accessibility — WCAG contrast
Aa
#75b080 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b080 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green69.0%
Blue50.2%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#75b080 text on a black background
contrast 8.28:1
Card sample
#75b080 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b080;
Background color
Panel with #75b080 background
background-color: #75b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b080; background: linear-gradient(135deg, #75b080, #75B0A7);