#62bdfb
a light, electric blue · cool · closest name: skyblue
RGB
98, 189, 251
HSL
204°, 95%, 68%
CMYK
61, 25, 0, 2
Luminance
0.4596
Every format
| HEX | #62bdfb |
| RGB | rgb(98, 189, 251) |
| HSL | hsl(204, 95%, 68%) |
| CMYK | cmyk(61%, 25%, 0%, 2%) |
| LAB | lab(73.5 -9.2 -38.8) |
| LCH | lch(73.5 39.8 256.7) |
| OKLCH | oklch(0.767 0.125 240.8) |
Copy-ready code
/* CSS */
color: #62bdfb;
background-color: #62bdfb;
/* Tailwind (arbitrary) */
class="text-[#62bdfb] bg-[#62bdfb]"
/* SCSS */
$brand: #62bdfb;
/* SwiftUI */
Color(red: 0.384, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#62bdfb")Accessibility — WCAG contrast
Aa
#62bdfb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62bdfb on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan61.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#62bdfb text on a black background
contrast 10.19:1
Card sample
#62bdfb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62bdfb;
Background color
Panel with #62bdfb background
background-color: #62bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62bdfb; background: linear-gradient(135deg, #62bdfb, #6D62FB);