#53afe6
a balanced, vivid blue · cool · closest name: steelblue
RGB
83, 175, 230
HSL
202°, 75%, 61%
CMYK
64, 24, 0, 10
Luminance
0.3821
Every format
| HEX | #53afe6 |
| RGB | rgb(83, 175, 230) |
| HSL | hsl(202, 75%, 61%) |
| CMYK | cmyk(64%, 24%, 0%, 10%) |
| LAB | lab(68.2 -10.8 -35.7) |
| LCH | lch(68.2 37.3 253.2) |
| OKLCH | oklch(0.721 0.118 237.8) |
Copy-ready code
/* CSS */
color: #53afe6;
background-color: #53afe6;
/* Tailwind (arbitrary) */
class="text-[#53afe6] bg-[#53afe6]"
/* SCSS */
$brand: #53afe6;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.902)
/* Android */
Color.parseColor("#53afe6")Accessibility — WCAG contrast
Aa
#53afe6 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afe6 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue90.2%
CMYK percentages
Cyan63.9%
Magenta23.9%
Yellow0.0%
Key (black)9.8%
Color previews
#53afe6 text on a black background
contrast 8.64:1
Card sample
#53afe6 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afe6;
Background color
Panel with #53afe6 background
background-color: #53afe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afe6; background: linear-gradient(135deg, #53afe6, #5953E6);