#62ceeb
a light, electric cyan · cool · closest name: skyblue
RGB
98, 206, 235
HSL
193°, 77%, 65%
CMYK
58, 12, 0, 8
Luminance
0.5274
Every format
| HEX | #62ceeb |
| RGB | rgb(98, 206, 235) |
| HSL | hsl(193, 77%, 65%) |
| CMYK | cmyk(58%, 12%, 0%, 8%) |
| LAB | lab(77.7 -22.8 -23.7) |
| LCH | lch(77.7 32.9 226.1) |
| OKLCH | oklch(0.799 0.107 218.0) |
Copy-ready code
/* CSS */
color: #62ceeb;
background-color: #62ceeb;
/* Tailwind (arbitrary) */
class="text-[#62ceeb] bg-[#62ceeb]"
/* SCSS */
$brand: #62ceeb;
/* SwiftUI */
Color(red: 0.384, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#62ceeb")Accessibility — WCAG contrast
Aa
#62ceeb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62ceeb on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green80.8%
Blue92.2%
CMYK percentages
Cyan58.3%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#62ceeb text on a black background
contrast 11.55:1
Card sample
#62ceeb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62ceeb;
Background color
Panel with #62ceeb background
background-color: #62ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62ceeb; background: linear-gradient(135deg, #62ceeb, #6273EB);