#62bdfd
a light, electric blue · cool · closest name: skyblue
RGB
98, 189, 253
HSL
205°, 98%, 69%
CMYK
61, 25, 0, 1
Luminance
0.4608
Every format
| HEX | #62bdfd |
| RGB | rgb(98, 189, 253) |
| HSL | hsl(205, 98%, 69%) |
| CMYK | cmyk(61%, 25%, 0%, 1%) |
| LAB | lab(73.6 -8.5 -39.7) |
| LCH | lch(73.6 40.6 257.9) |
| OKLCH | oklch(0.768 0.127 241.7) |
Copy-ready code
/* CSS */
color: #62bdfd;
background-color: #62bdfd;
/* Tailwind (arbitrary) */
class="text-[#62bdfd] bg-[#62bdfd]"
/* SCSS */
$brand: #62bdfd;
/* SwiftUI */
Color(red: 0.384, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#62bdfd")Accessibility — WCAG contrast
Aa
#62bdfd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62bdfd on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#62bdfd text on a black background
contrast 10.22:1
Card sample
#62bdfd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62bdfd;
Background color
Panel with #62bdfd background
background-color: #62bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62bdfd; background: linear-gradient(135deg, #62bdfd, #6E62FD);