#82c2cc
a light, soft cyan · cool · closest name: skyblue
RGB
130, 194, 204
HSL
188°, 42%, 66%
CMYK
36, 5, 0, 20
Luminance
0.4769
Every format
| HEX | #82c2cc |
| RGB | rgb(130, 194, 204) |
| HSL | hsl(188, 42%, 66%) |
| CMYK | cmyk(36%, 5%, 0%, 20%) |
| LAB | lab(74.6 -17.8 -11.5) |
| LCH | lch(74.6 21.2 212.8) |
| OKLCH | oklch(0.774 0.067 208.2) |
Copy-ready code
/* CSS */
color: #82c2cc;
background-color: #82c2cc;
/* Tailwind (arbitrary) */
class="text-[#82c2cc] bg-[#82c2cc]"
/* SCSS */
$brand: #82c2cc;
/* SwiftUI */
Color(red: 0.510, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#82c2cc")Accessibility — WCAG contrast
Aa
#82c2cc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c2cc on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green76.1%
Blue80.0%
CMYK percentages
Cyan36.3%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#82c2cc text on a black background
contrast 10.54:1
Card sample
#82c2cc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c2cc;
Background color
Panel with #82c2cc background
background-color: #82c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c2cc; background: linear-gradient(135deg, #82c2cc, #8291CC);