#53afea
a balanced, electric blue · cool · closest name: steelblue
RGB
83, 175, 234
HSL
203°, 78%, 62%
CMYK
65, 25, 0, 8
Luminance
0.3844
Every format
| HEX | #53afea |
| RGB | rgb(83, 175, 234) |
| HSL | hsl(203, 78%, 62%) |
| CMYK | cmyk(65%, 25%, 0%, 8%) |
| LAB | lab(68.3 -9.5 -37.6) |
| LCH | lch(68.3 38.8 255.8) |
| OKLCH | oklch(0.723 0.123 239.7) |
Copy-ready code
/* CSS */
color: #53afea;
background-color: #53afea;
/* Tailwind (arbitrary) */
class="text-[#53afea] bg-[#53afea]"
/* SCSS */
$brand: #53afea;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.918)
/* Android */
Color.parseColor("#53afea")Accessibility — WCAG contrast
Aa
#53afea on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afea on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue91.8%
CMYK percentages
Cyan64.5%
Magenta25.2%
Yellow0.0%
Key (black)8.2%
Color previews
#53afea text on a black background
contrast 8.69:1
Card sample
#53afea text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afea;
Background color
Panel with #53afea background
background-color: #53afea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afea; background: linear-gradient(135deg, #53afea, #5C53EA);