#52d4f1
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 212, 241
HSL
191°, 85%, 63%
CMYK
66, 12, 0, 6
Luminance
0.5523
Every format
| HEX | #52d4f1 |
| RGB | rgb(82, 212, 241) |
| HSL | hsl(191, 85%, 63%) |
| CMYK | cmyk(66%, 12%, 0%, 6%) |
| LAB | lab(79.2 -26.7 -24.7) |
| LCH | lch(79.2 36.4 222.8) |
| OKLCH | oklch(0.810 0.119 215.4) |
Copy-ready code
/* CSS */
color: #52d4f1;
background-color: #52d4f1;
/* Tailwind (arbitrary) */
class="text-[#52d4f1] bg-[#52d4f1]"
/* SCSS */
$brand: #52d4f1;
/* SwiftUI */
Color(red: 0.322, green: 0.831, blue: 0.945)
/* Android */
Color.parseColor("#52d4f1")Accessibility — WCAG contrast
Aa
#52d4f1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52d4f1 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green83.1%
Blue94.5%
CMYK percentages
Cyan66.0%
Magenta12.0%
Yellow0.0%
Key (black)5.5%
Color previews
#52d4f1 text on a black background
contrast 12.05:1
Card sample
#52d4f1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52d4f1;
Background color
Panel with #52d4f1 background
background-color: #52d4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52d4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 212, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 212, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52d4f1; background: linear-gradient(135deg, #52d4f1, #526AF1);