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