#53a7e9
a balanced, electric blue · cool · closest name: steelblue
RGB
83, 167, 233
HSL
206°, 77%, 62%
CMYK
64, 28, 0, 9
Luminance
0.3536
Every format
| HEX | #53a7e9 |
| RGB | rgb(83, 167, 233) |
| HSL | hsl(206, 77%, 62%) |
| CMYK | cmyk(64%, 28%, 0%, 9%) |
| LAB | lab(66.0 -5.4 -40.7) |
| LCH | lch(66.0 41.0 262.4) |
| OKLCH | oklch(0.704 0.127 244.8) |
Copy-ready code
/* CSS */
color: #53a7e9;
background-color: #53a7e9;
/* Tailwind (arbitrary) */
class="text-[#53a7e9] bg-[#53a7e9]"
/* SCSS */
$brand: #53a7e9;
/* SwiftUI */
Color(red: 0.325, green: 0.655, blue: 0.914)
/* Android */
Color.parseColor("#53a7e9")Accessibility — WCAG contrast
Aa
#53a7e9 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53a7e9 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green65.5%
Blue91.4%
CMYK percentages
Cyan64.4%
Magenta28.3%
Yellow0.0%
Key (black)8.6%
Color previews
#53a7e9 text on a black background
contrast 8.07:1
Card sample
#53a7e9 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53a7e9;
Background color
Panel with #53a7e9 background
background-color: #53a7e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53a7e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 167, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 167, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53a7e9; background: linear-gradient(135deg, #53a7e9, #6353E9);