#82ffd8
a light, electric cyan · cool · “aquamarine”
RGB
130, 255, 216
HSL
161°, 100%, 76%
CMYK
49, 0, 15, 0
Luminance
0.8122
Every format
| HEX | #82ffd8 |
| RGB | rgb(130, 255, 216) |
| HSL | hsl(161, 100%, 76%) |
| CMYK | cmyk(49%, 0%, 15%, 0%) |
| LAB | lab(92.2 -44.0 8.0) |
| LCH | lch(92.2 44.7 169.8) |
| OKLCH | oklch(0.917 0.126 170.7) |
Copy-ready code
/* CSS */
color: #82ffd8;
background-color: #82ffd8;
/* Tailwind (arbitrary) */
class="text-[#82ffd8] bg-[#82ffd8]"
/* SCSS */
$brand: #82ffd8;
/* SwiftUI */
Color(red: 0.510, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#82ffd8")Accessibility — WCAG contrast
Aa
#82ffd8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ffd8 on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green100.0%
Blue84.7%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#82ffd8 text on a black background
contrast 17.24:1
Card sample
#82ffd8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ffd8;
Background color
Panel with #82ffd8 background
background-color: #82ffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ffd8; background: linear-gradient(135deg, #82ffd8, #82D3FF);