#62cdf9
a light, electric cyan · cool · closest name: skyblue
RGB
98, 205, 249
HSL
198°, 93%, 68%
CMYK
61, 18, 0, 2
Luminance
0.5310
Every format
| HEX | #62cdf9 |
| RGB | rgb(98, 205, 249) |
| HSL | hsl(198, 93%, 68%) |
| CMYK | cmyk(61%, 18%, 0%, 2%) |
| LAB | lab(77.9 -18.2 -30.9) |
| LCH | lch(77.9 35.8 239.5) |
| OKLCH | oklch(0.802 0.116 227.8) |
Copy-ready code
/* CSS */
color: #62cdf9;
background-color: #62cdf9;
/* Tailwind (arbitrary) */
class="text-[#62cdf9] bg-[#62cdf9]"
/* SCSS */
$brand: #62cdf9;
/* SwiftUI */
Color(red: 0.384, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#62cdf9")Accessibility — WCAG contrast
Aa
#62cdf9 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62cdf9 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green80.4%
Blue97.6%
CMYK percentages
Cyan60.6%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#62cdf9 text on a black background
contrast 11.62:1
Card sample
#62cdf9 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62cdf9;
Background color
Panel with #62cdf9 background
background-color: #62cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62cdf9; background: linear-gradient(135deg, #62cdf9, #6268F9);