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