#52c2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 194, 218
HSL
191°, 65%, 59%
CMYK
62, 11, 0, 15
Luminance
0.4544
Every format
| HEX | #52c2da |
| RGB | rgb(82, 194, 218) |
| HSL | hsl(191, 65%, 59%) |
| CMYK | cmyk(62%, 11%, 0%, 15%) |
| LAB | lab(73.2 -24.6 -21.5) |
| LCH | lch(73.2 32.6 221.1) |
| OKLCH | oklch(0.759 0.106 214.2) |
Copy-ready code
/* CSS */
color: #52c2da;
background-color: #52c2da;
/* Tailwind (arbitrary) */
class="text-[#52c2da] bg-[#52c2da]"
/* SCSS */
$brand: #52c2da;
/* SwiftUI */
Color(red: 0.322, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#52c2da")Accessibility — WCAG contrast
Aa
#52c2da on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c2da on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green76.1%
Blue85.5%
CMYK percentages
Cyan62.4%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#52c2da text on a black background
contrast 10.09:1
Card sample
#52c2da text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c2da;
Background color
Panel with #52c2da background
background-color: #52c2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c2da; background: linear-gradient(135deg, #52c2da, #5267DA);