#82ccce
a light, soft cyan · cool · closest name: skyblue
RGB
130, 204, 206
HSL
182°, 44%, 66%
CMYK
37, 1, 0, 19
Luminance
0.5239
Every format
| HEX | #82ccce |
| RGB | rgb(130, 204, 206) |
| HSL | hsl(182, 44%, 66%) |
| CMYK | cmyk(37%, 1%, 0%, 19%) |
| LAB | lab(77.5 -22.4 -8.3) |
| LCH | lch(77.5 23.9 200.3) |
| OKLCH | oklch(0.798 0.074 198.0) |
Copy-ready code
/* CSS */
color: #82ccce;
background-color: #82ccce;
/* Tailwind (arbitrary) */
class="text-[#82ccce] bg-[#82ccce]"
/* SCSS */
$brand: #82ccce;
/* SwiftUI */
Color(red: 0.510, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#82ccce")Accessibility — WCAG contrast
Aa
#82ccce on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ccce on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.0%
Blue80.8%
CMYK percentages
Cyan36.9%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#82ccce text on a black background
contrast 11.48:1
Card sample
#82ccce text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ccce;
Background color
Panel with #82ccce background
background-color: #82ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ccce; background: linear-gradient(135deg, #82ccce, #8299CE);