#82eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
130, 236, 207
HSL
164°, 74%, 72%
CMYK
45, 0, 12, 8
Luminance
0.6924
Every format
| HEX | #82eccf |
| RGB | rgb(130, 236, 207) |
| HSL | hsl(164, 74%, 72%) |
| CMYK | cmyk(45%, 0%, 12%, 8%) |
| LAB | lab(86.6 -37.5 4.5) |
| LCH | lch(86.6 37.8 173.1) |
| OKLCH | oklch(0.871 0.108 173.9) |
Copy-ready code
/* CSS */
color: #82eccf;
background-color: #82eccf;
/* Tailwind (arbitrary) */
class="text-[#82eccf] bg-[#82eccf]"
/* SCSS */
$brand: #82eccf;
/* SwiftUI */
Color(red: 0.510, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#82eccf")Accessibility — WCAG contrast
Aa
#82eccf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82eccf on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green92.5%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#82eccf text on a black background
contrast 14.85:1
Card sample
#82eccf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82eccf;
Background color
Panel with #82eccf background
background-color: #82eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82eccf; background: linear-gradient(135deg, #82eccf, #82C2EC);