#53afeb
a balanced, electric blue · cool · closest name: steelblue
RGB
83, 175, 235
HSL
204°, 79%, 62%
CMYK
65, 26, 0, 8
Luminance
0.3850
Every format
| HEX | #53afeb |
| RGB | rgb(83, 175, 235) |
| HSL | hsl(204, 79%, 62%) |
| CMYK | cmyk(65%, 26%, 0%, 8%) |
| LAB | lab(68.4 -9.2 -38.1) |
| LCH | lch(68.4 39.2 256.5) |
| OKLCH | oklch(0.723 0.124 240.2) |
Copy-ready code
/* CSS */
color: #53afeb;
background-color: #53afeb;
/* Tailwind (arbitrary) */
class="text-[#53afeb] bg-[#53afeb]"
/* SCSS */
$brand: #53afeb;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#53afeb")Accessibility — WCAG contrast
Aa
#53afeb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afeb on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#53afeb text on a black background
contrast 8.70:1
Card sample
#53afeb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afeb;
Background color
Panel with #53afeb background
background-color: #53afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afeb; background: linear-gradient(135deg, #53afeb, #5D53EB);