#52acef
a balanced, electric blue · cool · closest name: steelblue
RGB
82, 172, 239
HSL
206°, 83%, 63%
CMYK
66, 28, 0, 6
Luminance
0.3753
Every format
| HEX | #52acef |
| RGB | rgb(82, 172, 239) |
| HSL | hsl(206, 83%, 63%) |
| CMYK | cmyk(66%, 28%, 0%, 6%) |
| LAB | lab(67.7 -6.4 -41.4) |
| LCH | lch(67.7 41.9 261.2) |
| OKLCH | oklch(0.718 0.130 243.6) |
Copy-ready code
/* CSS */
color: #52acef;
background-color: #52acef;
/* Tailwind (arbitrary) */
class="text-[#52acef] bg-[#52acef]"
/* SCSS */
$brand: #52acef;
/* SwiftUI */
Color(red: 0.322, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#52acef")Accessibility — WCAG contrast
Aa
#52acef on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52acef on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.5%
Blue93.7%
CMYK percentages
Cyan65.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#52acef text on a black background
contrast 8.51:1
Card sample
#52acef text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52acef;
Background color
Panel with #52acef background
background-color: #52acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52acef; background: linear-gradient(135deg, #52acef, #6052EF);