#62acef
a light, electric blue · cool · closest name: steelblue
RGB
98, 172, 239
HSL
209°, 82%, 66%
CMYK
59, 28, 0, 6
Luminance
0.3833
Every format
| HEX | #62acef |
| RGB | rgb(98, 172, 239) |
| HSL | hsl(209, 82%, 66%) |
| CMYK | cmyk(59%, 28%, 0%, 6%) |
| LAB | lab(68.3 -3.6 -40.4) |
| LCH | lch(68.3 40.6 264.9) |
| OKLCH | oklch(0.724 0.123 247.7) |
Copy-ready code
/* CSS */
color: #62acef;
background-color: #62acef;
/* Tailwind (arbitrary) */
class="text-[#62acef] bg-[#62acef]"
/* SCSS */
$brand: #62acef;
/* SwiftUI */
Color(red: 0.384, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#62acef")Accessibility — WCAG contrast
Aa
#62acef on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62acef on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan59.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#62acef text on a black background
contrast 8.67:1
Card sample
#62acef text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62acef;
Background color
Panel with #62acef background
background-color: #62acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62acef; background: linear-gradient(135deg, #62acef, #7662EF);