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