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