#62b9da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
98, 185, 218
HSL
197°, 62%, 62%
CMYK
55, 15, 0, 15
Luminance
0.4236
Every format
| HEX | #62b9da |
| RGB | rgb(98, 185, 218) |
| HSL | hsl(197, 62%, 62%) |
| CMYK | cmyk(55%, 15%, 0%, 15%) |
| LAB | lab(71.1 -17.0 -24.6) |
| LCH | lch(71.1 29.9 235.3) |
| OKLCH | oklch(0.744 0.096 225.2) |
Copy-ready code
/* CSS */
color: #62b9da;
background-color: #62b9da;
/* Tailwind (arbitrary) */
class="text-[#62b9da] bg-[#62b9da]"
/* SCSS */
$brand: #62b9da;
/* SwiftUI */
Color(red: 0.384, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#62b9da")Accessibility — WCAG contrast
Aa
#62b9da on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62b9da on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green72.5%
Blue85.5%
CMYK percentages
Cyan55.0%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#62b9da text on a black background
contrast 9.47:1
Card sample
#62b9da text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62b9da;
Background color
Panel with #62b9da background
background-color: #62b9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62b9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62b9da; background: linear-gradient(135deg, #62b9da, #6269DA);