#82beee
a light, electric blue · cool · closest name: skyblue
RGB
130, 190, 238
HSL
207°, 76%, 72%
CMYK
45, 20, 0, 7
Luminance
0.4775
Every format
| HEX | #82beee |
| RGB | rgb(130, 190, 238) |
| HSL | hsl(207, 76%, 72%) |
| CMYK | cmyk(45%, 20%, 0%, 7%) |
| LAB | lab(74.7 -6.8 -29.9) |
| LCH | lch(74.7 30.6 257.1) |
| OKLCH | oklch(0.778 0.093 243.5) |
Copy-ready code
/* CSS */
color: #82beee;
background-color: #82beee;
/* Tailwind (arbitrary) */
class="text-[#82beee] bg-[#82beee]"
/* SCSS */
$brand: #82beee;
/* SwiftUI */
Color(red: 0.510, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#82beee")Accessibility — WCAG contrast
Aa
#82beee on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82beee on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan45.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#82beee text on a black background
contrast 10.55:1
Card sample
#82beee text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82beee;
Background color
Panel with #82beee background
background-color: #82beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82beee; background: linear-gradient(135deg, #82beee, #8E82EE);