#80ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
128, 255, 223
HSL
165°, 100%, 75%
CMYK
50, 0, 13, 0
Luminance
0.8144
Every format
| HEX | #80ffdf |
| RGB | rgb(128, 255, 223) |
| HSL | hsl(165, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 13%, 0%) |
| LAB | lab(92.3 -42.9 4.5) |
| LCH | lch(92.3 43.1 174.1) |
| OKLCH | oklch(0.918 0.123 174.8) |
Copy-ready code
/* CSS */
color: #80ffdf;
background-color: #80ffdf;
/* Tailwind (arbitrary) */
class="text-[#80ffdf] bg-[#80ffdf]"
/* SCSS */
$brand: #80ffdf;
/* SwiftUI */
Color(red: 0.502, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#80ffdf")Accessibility — WCAG contrast
Aa
#80ffdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ffdf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#80ffdf text on a black background
contrast 17.29:1
Card sample
#80ffdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ffdf;
Background color
Panel with #80ffdf background
background-color: #80ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ffdf; background: linear-gradient(135deg, #80ffdf, #80CAFF);