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