#62b2f4
a light, electric blue · cool · closest name: steelblue
RGB
98, 178, 244
HSL
207°, 87%, 67%
CMYK
60, 27, 0, 4
Luminance
0.4097
Every format
| HEX | #62b2f4 |
| RGB | rgb(98, 178, 244) |
| HSL | hsl(207, 87%, 67%) |
| CMYK | cmyk(60%, 27%, 0%, 4%) |
| LAB | lab(70.2 -5.3 -40.2) |
| LCH | lch(70.2 40.6 262.4) |
| OKLCH | oklch(0.740 0.124 245.5) |
Copy-ready code
/* CSS */
color: #62b2f4;
background-color: #62b2f4;
/* Tailwind (arbitrary) */
class="text-[#62b2f4] bg-[#62b2f4]"
/* SCSS */
$brand: #62b2f4;
/* SwiftUI */
Color(red: 0.384, green: 0.698, blue: 0.957)
/* Android */
Color.parseColor("#62b2f4")Accessibility — WCAG contrast
Aa
#62b2f4 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62b2f4 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green69.8%
Blue95.7%
CMYK percentages
Cyan59.8%
Magenta27.0%
Yellow0.0%
Key (black)4.3%
Color previews
#62b2f4 text on a black background
contrast 9.19:1
Card sample
#62b2f4 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62b2f4;
Background color
Panel with #62b2f4 background
background-color: #62b2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62b2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 178, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 178, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62b2f4; background: linear-gradient(135deg, #62b2f4, #7362F4);