#82faff
a light, electric cyan · cool · closest name: cyan
RGB
130, 250, 255
HSL
182°, 100%, 76%
CMYK
49, 2, 0, 0
Luminance
0.8034
Every format
| HEX | #82faff |
| RGB | rgb(130, 250, 255) |
| HSL | hsl(182, 100%, 76%) |
| CMYK | cmyk(49%, 2%, 0%, 0%) |
| LAB | lab(91.8 -32.5 -12.8) |
| LCH | lch(91.8 34.9 201.5) |
| OKLCH | oklch(0.917 0.109 199.0) |
Copy-ready code
/* CSS */
color: #82faff;
background-color: #82faff;
/* Tailwind (arbitrary) */
class="text-[#82faff] bg-[#82faff]"
/* SCSS */
$brand: #82faff;
/* SwiftUI */
Color(red: 0.510, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#82faff")Accessibility — WCAG contrast
Aa
#82faff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82faff on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green98.0%
Blue100.0%
CMYK percentages
Cyan49.0%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#82faff text on a black background
contrast 17.07:1
Card sample
#82faff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82faff;
Background color
Panel with #82faff background
background-color: #82faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82faff; background: linear-gradient(135deg, #82faff, #82A7FF);