#52ade0
a balanced, vivid blue · cool · closest name: steelblue
RGB
82, 173, 224
HSL
202°, 70%, 60%
CMYK
63, 23, 0, 12
Luminance
0.3706
Every format
| HEX | #52ade0 |
| RGB | rgb(82, 173, 224) |
| HSL | hsl(202, 70%, 60%) |
| CMYK | cmyk(63%, 23%, 0%, 12%) |
| LAB | lab(67.3 -11.8 -33.7) |
| LCH | lch(67.3 35.7 250.8) |
| OKLCH | oklch(0.713 0.114 236.0) |
Copy-ready code
/* CSS */
color: #52ade0;
background-color: #52ade0;
/* Tailwind (arbitrary) */
class="text-[#52ade0] bg-[#52ade0]"
/* SCSS */
$brand: #52ade0;
/* SwiftUI */
Color(red: 0.322, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#52ade0")Accessibility — WCAG contrast
Aa
#52ade0 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ade0 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.8%
Blue87.8%
CMYK percentages
Cyan63.4%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#52ade0 text on a black background
contrast 8.41:1
Card sample
#52ade0 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ade0;
Background color
Panel with #52ade0 background
background-color: #52ade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ade0; background: linear-gradient(135deg, #52ade0, #5652E0);