#82ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
130, 235, 223
HSL
173°, 72%, 72%
CMYK
45, 0, 5, 8
Luminance
0.6949
Every format
| HEX | #82ebdf |
| RGB | rgb(130, 235, 223) |
| HSL | hsl(173, 72%, 72%) |
| CMYK | cmyk(45%, 0%, 5%, 8%) |
| LAB | lab(86.7 -33.3 -3.7) |
| LCH | lch(86.7 33.5 186.3) |
| OKLCH | oklch(0.873 0.100 186.0) |
Copy-ready code
/* CSS */
color: #82ebdf;
background-color: #82ebdf;
/* Tailwind (arbitrary) */
class="text-[#82ebdf] bg-[#82ebdf]"
/* SCSS */
$brand: #82ebdf;
/* SwiftUI */
Color(red: 0.510, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#82ebdf")Accessibility — WCAG contrast
Aa
#82ebdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ebdf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#82ebdf text on a black background
contrast 14.90:1
Card sample
#82ebdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ebdf;
Background color
Panel with #82ebdf background
background-color: #82ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ebdf; background: linear-gradient(135deg, #82ebdf, #82B1EB);