#52ade1
a balanced, vivid blue · cool · closest name: steelblue
RGB
82, 173, 225
HSL
202°, 70%, 60%
CMYK
64, 23, 0, 12
Luminance
0.3712
Every format
| HEX | #52ade1 |
| RGB | rgb(82, 173, 225) |
| HSL | hsl(202, 70%, 60%) |
| CMYK | cmyk(64%, 23%, 0%, 12%) |
| LAB | lab(67.4 -11.4 -34.2) |
| LCH | lch(67.4 36.1 251.5) |
| OKLCH | oklch(0.714 0.115 236.6) |
Copy-ready code
/* CSS */
color: #52ade1;
background-color: #52ade1;
/* Tailwind (arbitrary) */
class="text-[#52ade1] bg-[#52ade1]"
/* SCSS */
$brand: #52ade1;
/* SwiftUI */
Color(red: 0.322, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#52ade1")Accessibility — WCAG contrast
Aa
#52ade1 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ade1 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.8%
Blue88.2%
CMYK percentages
Cyan63.6%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#52ade1 text on a black background
contrast 8.42:1
Card sample
#52ade1 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ade1;
Background color
Panel with #52ade1 background
background-color: #52ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ade1; background: linear-gradient(135deg, #52ade1, #5652E1);