#82fdfe
a light, electric cyan · cool · closest name: cyan
RGB
130, 253, 254
HSL
181°, 98%, 75%
CMYK
49, 0, 0, 0
Luminance
0.8215
Every format
| HEX | #82fdfe |
| RGB | rgb(130, 253, 254) |
| HSL | hsl(181, 98%, 75%) |
| CMYK | cmyk(49%, 0%, 0%, 0%) |
| LAB | lab(92.6 -34.1 -11.1) |
| LCH | lch(92.6 35.9 198.0) |
| OKLCH | oklch(0.924 0.111 196.1) |
Copy-ready code
/* CSS */
color: #82fdfe;
background-color: #82fdfe;
/* Tailwind (arbitrary) */
class="text-[#82fdfe] bg-[#82fdfe]"
/* SCSS */
$brand: #82fdfe;
/* SwiftUI */
Color(red: 0.510, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#82fdfe")Accessibility — WCAG contrast
Aa
#82fdfe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fdfe on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.2%
Blue99.6%
CMYK percentages
Cyan48.8%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#82fdfe text on a black background
contrast 17.43:1
Card sample
#82fdfe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fdfe;
Background color
Panel with #82fdfe background
background-color: #82fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fdfe; background: linear-gradient(135deg, #82fdfe, #82AAFE);