#53abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
83, 171, 223
HSL
202°, 69%, 60%
CMYK
63, 23, 0, 13
Luminance
0.3629
Every format
| HEX | #53abdf |
| RGB | rgb(83, 171, 223) |
| HSL | hsl(202, 69%, 60%) |
| CMYK | cmyk(63%, 23%, 0%, 13%) |
| LAB | lab(66.7 -10.8 -34.1) |
| LCH | lch(66.7 35.8 252.4) |
| OKLCH | oklch(0.708 0.114 237.3) |
Copy-ready code
/* CSS */
color: #53abdf;
background-color: #53abdf;
/* Tailwind (arbitrary) */
class="text-[#53abdf] bg-[#53abdf]"
/* SCSS */
$brand: #53abdf;
/* SwiftUI */
Color(red: 0.325, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#53abdf")Accessibility — WCAG contrast
Aa
#53abdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53abdf on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#53abdf text on a black background
contrast 8.26:1
Card sample
#53abdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53abdf;
Background color
Panel with #53abdf background
background-color: #53abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53abdf; background: linear-gradient(135deg, #53abdf, #5853DF);