#80cfab
a light, vivid green · cool · closest name: turquoise
RGB
128, 207, 171
HSL
153°, 45%, 66%
CMYK
38, 0, 17, 19
Luminance
0.5216
Every format
| HEX | #80cfab |
| RGB | rgb(128, 207, 171) |
| HSL | hsl(153, 45%, 66%) |
| CMYK | cmyk(38%, 0%, 17%, 19%) |
| LAB | lab(77.4 -32.3 10.3) |
| LCH | lch(77.4 33.9 162.3) |
| OKLCH | oklch(0.793 0.094 163.6) |
Copy-ready code
/* CSS */
color: #80cfab;
background-color: #80cfab;
/* Tailwind (arbitrary) */
class="text-[#80cfab] bg-[#80cfab]"
/* SCSS */
$brand: #80cfab;
/* SwiftUI */
Color(red: 0.502, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#80cfab")Accessibility — WCAG contrast
Aa
#80cfab on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cfab on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green81.2%
Blue67.1%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#80cfab text on a black background
contrast 11.43:1
Card sample
#80cfab text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cfab;
Background color
Panel with #80cfab background
background-color: #80cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cfab; background: linear-gradient(135deg, #80cfab, #80BECF);