#82cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
130, 207, 204
HSL
178°, 45%, 66%
CMYK
37, 0, 1, 19
Luminance
0.5373
Every format
| HEX | #82cfcc |
| RGB | rgb(130, 207, 204) |
| HSL | hsl(178, 45%, 66%) |
| CMYK | cmyk(37%, 0%, 1%, 19%) |
| LAB | lab(78.3 -24.4 -6.0) |
| LCH | lch(78.3 25.1 193.9) |
| OKLCH | oklch(0.804 0.076 192.6) |
Copy-ready code
/* CSS */
color: #82cfcc;
background-color: #82cfcc;
/* Tailwind (arbitrary) */
class="text-[#82cfcc] bg-[#82cfcc]"
/* SCSS */
$brand: #82cfcc;
/* SwiftUI */
Color(red: 0.510, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#82cfcc")Accessibility — WCAG contrast
Aa
#82cfcc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cfcc on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green81.2%
Blue80.0%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#82cfcc text on a black background
contrast 11.75:1
Card sample
#82cfcc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cfcc;
Background color
Panel with #82cfcc background
background-color: #82cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cfcc; background: linear-gradient(135deg, #82cfcc, #829FCF);