#82cffc
a light, electric blue · cool · closest name: skyblue
RGB
130, 207, 252
HSL
202°, 95%, 75%
CMYK
48, 18, 0, 1
Luminance
0.5640
Every format
| HEX | #82cffc |
| RGB | rgb(130, 207, 252) |
| HSL | hsl(202, 95%, 75%) |
| CMYK | cmyk(48%, 18%, 0%, 1%) |
| LAB | lab(79.8 -11.9 -29.4) |
| LCH | lch(79.8 31.8 247.9) |
| OKLCH | oklch(0.821 0.099 235.4) |
Copy-ready code
/* CSS */
color: #82cffc;
background-color: #82cffc;
/* Tailwind (arbitrary) */
class="text-[#82cffc] bg-[#82cffc]"
/* SCSS */
$brand: #82cffc;
/* SwiftUI */
Color(red: 0.510, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#82cffc")Accessibility — WCAG contrast
Aa
#82cffc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cffc on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan48.4%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#82cffc text on a black background
contrast 12.28:1
Card sample
#82cffc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cffc;
Background color
Panel with #82cffc background
background-color: #82cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cffc; background: linear-gradient(135deg, #82cffc, #8682FC);