#82ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
130, 204, 223
HSL
192°, 59%, 69%
CMYK
42, 9, 0, 13
Luminance
0.5326
Every format
| HEX | #82ccdf |
| RGB | rgb(130, 204, 223) |
| HSL | hsl(192, 59%, 69%) |
| CMYK | cmyk(42%, 9%, 0%, 13%) |
| LAB | lab(78.0 -18.2 -16.6) |
| LCH | lch(78.0 24.6 222.5) |
| OKLCH | oklch(0.803 0.078 215.9) |
Copy-ready code
/* CSS */
color: #82ccdf;
background-color: #82ccdf;
/* Tailwind (arbitrary) */
class="text-[#82ccdf] bg-[#82ccdf]"
/* SCSS */
$brand: #82ccdf;
/* SwiftUI */
Color(red: 0.510, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#82ccdf")Accessibility — WCAG contrast
Aa
#82ccdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ccdf on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.0%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#82ccdf text on a black background
contrast 11.65:1
Card sample
#82ccdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ccdf;
Background color
Panel with #82ccdf background
background-color: #82ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ccdf; background: linear-gradient(135deg, #82ccdf, #828EDF);