#52adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
82, 173, 235
HSL
204°, 79%, 62%
CMYK
65, 26, 0, 8
Luminance
0.3768
Every format
| HEX | #52adeb |
| RGB | rgb(82, 173, 235) |
| HSL | hsl(204, 79%, 62%) |
| CMYK | cmyk(65%, 26%, 0%, 8%) |
| LAB | lab(67.8 -8.2 -39.0) |
| LCH | lch(67.8 39.9 258.1) |
| OKLCH | oklch(0.718 0.125 241.3) |
Copy-ready code
/* CSS */
color: #52adeb;
background-color: #52adeb;
/* Tailwind (arbitrary) */
class="text-[#52adeb] bg-[#52adeb]"
/* SCSS */
$brand: #52adeb;
/* SwiftUI */
Color(red: 0.322, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#52adeb")Accessibility — WCAG contrast
Aa
#52adeb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52adeb on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.8%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#52adeb text on a black background
contrast 8.54:1
Card sample
#52adeb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52adeb;
Background color
Panel with #52adeb background
background-color: #52adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52adeb; background: linear-gradient(135deg, #52adeb, #5D52EB);