#80bcaf
a balanced, soft cyan · cool · closest name: silver
RGB
128, 188, 175
HSL
167°, 31%, 62%
CMYK
32, 0, 7, 26
Luminance
0.4365
Every format
| HEX | #80bcaf |
| RGB | rgb(128, 188, 175) |
| HSL | hsl(167, 31%, 62%) |
| CMYK | cmyk(32%, 0%, 7%, 26%) |
| LAB | lab(72.0 -22.2 0.4) |
| LCH | lch(72.0 22.2 179.0) |
| OKLCH | oklch(0.750 0.065 179.4) |
Copy-ready code
/* CSS */
color: #80bcaf;
background-color: #80bcaf;
/* Tailwind (arbitrary) */
class="text-[#80bcaf] bg-[#80bcaf]"
/* SCSS */
$brand: #80bcaf;
/* SwiftUI */
Color(red: 0.502, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#80bcaf")Accessibility — WCAG contrast
Aa
#80bcaf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bcaf on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green73.7%
Blue68.6%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#80bcaf text on a black background
contrast 9.73:1
Card sample
#80bcaf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bcaf;
Background color
Panel with #80bcaf background
background-color: #80bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bcaf; background: linear-gradient(135deg, #80bcaf, #80A1BC);