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