#53afe2
a balanced, vivid blue · cool · closest name: skyblue
RGB
83, 175, 226
HSL
201°, 71%, 61%
CMYK
63, 23, 0, 11
Luminance
0.3799
Every format
| HEX | #53afe2 |
| RGB | rgb(83, 175, 226) |
| HSL | hsl(201, 71%, 61%) |
| CMYK | cmyk(63%, 23%, 0%, 11%) |
| LAB | lab(68.0 -12.1 -33.8) |
| LCH | lch(68.0 35.9 250.4) |
| OKLCH | oklch(0.719 0.115 235.7) |
Copy-ready code
/* CSS */
color: #53afe2;
background-color: #53afe2;
/* Tailwind (arbitrary) */
class="text-[#53afe2] bg-[#53afe2]"
/* SCSS */
$brand: #53afe2;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#53afe2")Accessibility — WCAG contrast
Aa
#53afe2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afe2 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue88.6%
CMYK percentages
Cyan63.3%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#53afe2 text on a black background
contrast 8.60:1
Card sample
#53afe2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afe2;
Background color
Panel with #53afe2 background
background-color: #53afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afe2; background: linear-gradient(135deg, #53afe2, #5653E2);