#52acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
82, 172, 223
HSL
202°, 69%, 60%
CMYK
63, 23, 0, 13
Luminance
0.3663
Every format
| HEX | #52acdf |
| RGB | rgb(82, 172, 223) |
| HSL | hsl(202, 69%, 60%) |
| CMYK | cmyk(63%, 23%, 0%, 13%) |
| LAB | lab(67.0 -11.6 -33.7) |
| LCH | lch(67.0 35.6 251.1) |
| OKLCH | oklch(0.710 0.114 236.3) |
Copy-ready code
/* CSS */
color: #52acdf;
background-color: #52acdf;
/* Tailwind (arbitrary) */
class="text-[#52acdf] bg-[#52acdf]"
/* SCSS */
$brand: #52acdf;
/* SwiftUI */
Color(red: 0.322, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#52acdf")Accessibility — WCAG contrast
Aa
#52acdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52acdf on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#52acdf text on a black background
contrast 8.33:1
Card sample
#52acdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52acdf;
Background color
Panel with #52acdf background
background-color: #52acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52acdf; background: linear-gradient(135deg, #52acdf, #5652DF);