#62dbff
a light, electric cyan · cool · closest name: skyblue
RGB
98, 219, 255
HSL
194°, 100%, 69%
CMYK
62, 14, 0, 0
Luminance
0.6048
Every format
| HEX | #62dbff |
| RGB | rgb(98, 219, 255) |
| HSL | hsl(194, 100%, 69%) |
| CMYK | cmyk(62%, 14%, 0%, 0%) |
| LAB | lab(82.1 -23.5 -27.6) |
| LCH | lch(82.1 36.3 229.6) |
| OKLCH | oklch(0.836 0.118 220.5) |
Copy-ready code
/* CSS */
color: #62dbff;
background-color: #62dbff;
/* Tailwind (arbitrary) */
class="text-[#62dbff] bg-[#62dbff]"
/* SCSS */
$brand: #62dbff;
/* SwiftUI */
Color(red: 0.384, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#62dbff")Accessibility — WCAG contrast
Aa
#62dbff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62dbff on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green85.9%
Blue100.0%
CMYK percentages
Cyan61.6%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#62dbff text on a black background
contrast 13.10:1
Card sample
#62dbff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62dbff;
Background color
Panel with #62dbff background
background-color: #62dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62dbff; background: linear-gradient(135deg, #62dbff, #6272FF);