#80ceac
a light, soft green · cool · closest name: turquoise
RGB
128, 206, 172
HSL
154°, 44%, 66%
CMYK
38, 0, 17, 19
Luminance
0.5171
Every format
| HEX | #80ceac |
| RGB | rgb(128, 206, 172) |
| HSL | hsl(154, 44%, 66%) |
| CMYK | cmyk(38%, 0%, 17%, 19%) |
| LAB | lab(77.1 -31.6 9.4) |
| LCH | lch(77.1 33.0 163.4) |
| OKLCH | oklch(0.791 0.092 164.7) |
Copy-ready code
/* CSS */
color: #80ceac;
background-color: #80ceac;
/* Tailwind (arbitrary) */
class="text-[#80ceac] bg-[#80ceac]"
/* SCSS */
$brand: #80ceac;
/* SwiftUI */
Color(red: 0.502, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#80ceac")Accessibility — WCAG contrast
Aa
#80ceac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ceac on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.8%
Blue67.5%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#80ceac text on a black background
contrast 11.34:1
Card sample
#80ceac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ceac;
Background color
Panel with #80ceac background
background-color: #80ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ceac; background: linear-gradient(135deg, #80ceac, #80BCCE);