#82eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
130, 237, 223
HSL
172°, 75%, 72%
CMYK
45, 0, 6, 7
Luminance
0.7064
Every format
| HEX | #82eddf |
| RGB | rgb(130, 237, 223) |
| HSL | hsl(172, 75%, 72%) |
| CMYK | cmyk(45%, 0%, 6%, 7%) |
| LAB | lab(87.3 -34.3 -2.8) |
| LCH | lch(87.3 34.4 184.7) |
| OKLCH | oklch(0.878 0.102 184.6) |
Copy-ready code
/* CSS */
color: #82eddf;
background-color: #82eddf;
/* Tailwind (arbitrary) */
class="text-[#82eddf] bg-[#82eddf]"
/* SCSS */
$brand: #82eddf;
/* SwiftUI */
Color(red: 0.510, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#82eddf")Accessibility — WCAG contrast
Aa
#82eddf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82eddf on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green92.9%
Blue87.5%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#82eddf text on a black background
contrast 15.13:1
Card sample
#82eddf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82eddf;
Background color
Panel with #82eddf background
background-color: #82eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82eddf; background: linear-gradient(135deg, #82eddf, #82B4ED);