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