#52c2cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 194, 207
HSL
186°, 57%, 57%
CMYK
60, 6, 0, 19
Luminance
0.4488
Every format
| HEX | #52c2cf |
| RGB | rgb(82, 194, 207) |
| HSL | hsl(186, 57%, 57%) |
| CMYK | cmyk(60%, 6%, 0%, 19%) |
| LAB | lab(72.8 -27.8 -16.0) |
| LCH | lch(72.8 32.1 210.0) |
| OKLCH | oklch(0.755 0.102 205.8) |
Copy-ready code
/* CSS */
color: #52c2cf;
background-color: #52c2cf;
/* Tailwind (arbitrary) */
class="text-[#52c2cf] bg-[#52c2cf]"
/* SCSS */
$brand: #52c2cf;
/* SwiftUI */
Color(red: 0.322, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#52c2cf")Accessibility — WCAG contrast
Aa
#52c2cf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c2cf on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green76.1%
Blue81.2%
CMYK percentages
Cyan60.4%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#52c2cf text on a black background
contrast 9.98:1
Card sample
#52c2cf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c2cf;
Background color
Panel with #52c2cf background
background-color: #52c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c2cf; background: linear-gradient(135deg, #52c2cf, #526FCF);