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