#82fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
130, 253, 218
HSL
163°, 97%, 75%
CMYK
49, 0, 14, 1
Luminance
0.8006
Every format
| HEX | #82fdda |
| RGB | rgb(130, 253, 218) |
| HSL | hsl(163, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 14%, 1%) |
| LAB | lab(91.7 -42.7 6.2) |
| LCH | lch(91.7 43.1 171.8) |
| OKLCH | oklch(0.913 0.122 172.6) |
Copy-ready code
/* CSS */
color: #82fdda;
background-color: #82fdda;
/* Tailwind (arbitrary) */
class="text-[#82fdda] bg-[#82fdda]"
/* SCSS */
$brand: #82fdda;
/* SwiftUI */
Color(red: 0.510, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#82fdda")Accessibility — WCAG contrast
Aa
#82fdda on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fdda on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.2%
Blue85.5%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#82fdda text on a black background
contrast 17.01:1
Card sample
#82fdda text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fdda;
Background color
Panel with #82fdda background
background-color: #82fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fdda; background: linear-gradient(135deg, #82fdda, #82CEFD);