#53a2df
a balanced, vivid blue · cool · closest name: steelblue
RGB
83, 162, 223
HSL
206°, 69%, 60%
CMYK
63, 27, 0, 13
Luminance
0.3301
Every format
| HEX | #53a2df |
| RGB | rgb(83, 162, 223) |
| HSL | hsl(206, 69%, 60%) |
| CMYK | cmyk(63%, 27%, 0%, 13%) |
| LAB | lab(64.2 -5.9 -38.1) |
| LCH | lch(64.2 38.5 261.3) |
| OKLCH | oklch(0.688 0.119 244.1) |
Copy-ready code
/* CSS */
color: #53a2df;
background-color: #53a2df;
/* Tailwind (arbitrary) */
class="text-[#53a2df] bg-[#53a2df]"
/* SCSS */
$brand: #53a2df;
/* SwiftUI */
Color(red: 0.325, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#53a2df")Accessibility — WCAG contrast
Aa
#53a2df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53a2df on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green63.5%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#53a2df text on a black background
contrast 7.60:1
Card sample
#53a2df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53a2df;
Background color
Panel with #53a2df background
background-color: #53a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53a2df; background: linear-gradient(135deg, #53a2df, #6153DF);