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