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