#82cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
130, 205, 218
HSL
189°, 54%, 68%
CMYK
40, 6, 0, 15
Luminance
0.5347
Every format
| HEX | #82cdda |
| RGB | rgb(130, 205, 218) |
| HSL | hsl(189, 54%, 68%) |
| CMYK | cmyk(40%, 6%, 0%, 15%) |
| LAB | lab(78.2 -19.9 -13.8) |
| LCH | lch(78.2 24.3 214.6) |
| OKLCH | oklch(0.804 0.076 209.6) |
Copy-ready code
/* CSS */
color: #82cdda;
background-color: #82cdda;
/* Tailwind (arbitrary) */
class="text-[#82cdda] bg-[#82cdda]"
/* SCSS */
$brand: #82cdda;
/* SwiftUI */
Color(red: 0.510, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#82cdda")Accessibility — WCAG contrast
Aa
#82cdda on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cdda on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.4%
Blue85.5%
CMYK percentages
Cyan40.4%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#82cdda text on a black background
contrast 11.69:1
Card sample
#82cdda text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cdda;
Background color
Panel with #82cdda background
background-color: #82cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cdda; background: linear-gradient(135deg, #82cdda, #8292DA);