#82c2cd
a light, soft cyan · cool · closest name: skyblue
RGB
130, 194, 205
HSL
189°, 43%, 66%
CMYK
37, 5, 0, 20
Luminance
0.4774
Every format
| HEX | #82c2cd |
| RGB | rgb(130, 194, 205) |
| HSL | hsl(189, 43%, 66%) |
| CMYK | cmyk(37%, 5%, 0%, 20%) |
| LAB | lab(74.7 -17.6 -12.0) |
| LCH | lch(74.7 21.3 214.3) |
| OKLCH | oklch(0.775 0.067 209.4) |
Copy-ready code
/* CSS */
color: #82c2cd;
background-color: #82c2cd;
/* Tailwind (arbitrary) */
class="text-[#82c2cd] bg-[#82c2cd]"
/* SCSS */
$brand: #82c2cd;
/* SwiftUI */
Color(red: 0.510, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#82c2cd")Accessibility — WCAG contrast
Aa
#82c2cd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c2cd on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green76.1%
Blue80.4%
CMYK percentages
Cyan36.6%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#82c2cd text on a black background
contrast 10.55:1
Card sample
#82c2cd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c2cd;
Background color
Panel with #82c2cd background
background-color: #82c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c2cd; background: linear-gradient(135deg, #82c2cd, #8290CD);