#52c5cd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 197, 205
HSL
184°, 55%, 56%
CMYK
60, 4, 0, 20
Luminance
0.4613
Every format
| HEX | #52c5cd |
| RGB | rgb(82, 197, 205) |
| HSL | hsl(184, 55%, 56%) |
| CMYK | cmyk(60%, 4%, 0%, 20%) |
| LAB | lab(73.6 -29.8 -13.7) |
| LCH | lch(73.6 32.8 204.7) |
| OKLCH | oklch(0.761 0.103 201.6) |
Copy-ready code
/* CSS */
color: #52c5cd;
background-color: #52c5cd;
/* Tailwind (arbitrary) */
class="text-[#52c5cd] bg-[#52c5cd]"
/* SCSS */
$brand: #52c5cd;
/* SwiftUI */
Color(red: 0.322, green: 0.773, blue: 0.804)
/* Android */
Color.parseColor("#52c5cd")Accessibility — WCAG contrast
Aa
#52c5cd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c5cd on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green77.3%
Blue80.4%
CMYK percentages
Cyan60.0%
Magenta3.9%
Yellow0.0%
Key (black)19.6%
Color previews
#52c5cd text on a black background
contrast 10.23:1
Card sample
#52c5cd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c5cd;
Background color
Panel with #52c5cd background
background-color: #52c5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 197, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 197, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c5cd; background: linear-gradient(135deg, #52c5cd, #5273CD);