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