#62beee
a light, electric blue · cool · closest name: skyblue
RGB
98, 190, 238
HSL
201°, 81%, 66%
CMYK
59, 20, 0, 7
Luminance
0.4560
Every format
| HEX | #62beee |
| RGB | rgb(98, 190, 238) |
| HSL | hsl(201, 81%, 66%) |
| CMYK | cmyk(59%, 20%, 0%, 7%) |
| LAB | lab(73.3 -13.7 -32.1) |
| LCH | lch(73.3 34.9 246.9) |
| OKLCH | oklch(0.764 0.111 233.6) |
Copy-ready code
/* CSS */
color: #62beee;
background-color: #62beee;
/* Tailwind (arbitrary) */
class="text-[#62beee] bg-[#62beee]"
/* SCSS */
$brand: #62beee;
/* SwiftUI */
Color(red: 0.384, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#62beee")Accessibility — WCAG contrast
Aa
#62beee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62beee on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan58.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#62beee text on a black background
contrast 10.12:1
Card sample
#62beee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62beee;
Background color
Panel with #62beee background
background-color: #62beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62beee; background: linear-gradient(135deg, #62beee, #6362EE);