#62abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
98, 171, 223
HSL
205°, 66%, 63%
CMYK
56, 23, 0, 13
Luminance
0.3705
Every format
| HEX | #62abdf |
| RGB | rgb(98, 171, 223) |
| HSL | hsl(205, 66%, 63%) |
| CMYK | cmyk(56%, 23%, 0%, 13%) |
| LAB | lab(67.3 -8.0 -33.2) |
| LCH | lch(67.3 34.1 256.5) |
| OKLCH | oklch(0.715 0.106 241.3) |
Copy-ready code
/* CSS */
color: #62abdf;
background-color: #62abdf;
/* Tailwind (arbitrary) */
class="text-[#62abdf] bg-[#62abdf]"
/* SCSS */
$brand: #62abdf;
/* SwiftUI */
Color(red: 0.384, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#62abdf")Accessibility — WCAG contrast
Aa
#62abdf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62abdf on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#62abdf text on a black background
contrast 8.41:1
Card sample
#62abdf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62abdf;
Background color
Panel with #62abdf background
background-color: #62abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62abdf; background: linear-gradient(135deg, #62abdf, #6C62DF);