#62cefd
a light, electric cyan · cool · closest name: skyblue
RGB
98, 206, 253
HSL
198°, 98%, 69%
CMYK
61, 19, 0, 1
Luminance
0.5383
Every format
| HEX | #62cefd |
| RGB | rgb(98, 206, 253) |
| HSL | hsl(198, 98%, 69%) |
| CMYK | cmyk(61%, 19%, 0%, 1%) |
| LAB | lab(78.4 -17.5 -32.3) |
| LCH | lch(78.4 36.8 241.5) |
| OKLCH | oklch(0.806 0.119 229.3) |
Copy-ready code
/* CSS */
color: #62cefd;
background-color: #62cefd;
/* Tailwind (arbitrary) */
class="text-[#62cefd] bg-[#62cefd]"
/* SCSS */
$brand: #62cefd;
/* SwiftUI */
Color(red: 0.384, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#62cefd")Accessibility — WCAG contrast
Aa
#62cefd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62cefd on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green80.8%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#62cefd text on a black background
contrast 11.77:1
Card sample
#62cefd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62cefd;
Background color
Panel with #62cefd background
background-color: #62cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62cefd; background: linear-gradient(135deg, #62cefd, #6267FD);