#52fccc
a light, electric cyan · cool · closest name: aquamarine
RGB
82, 252, 204
HSL
163°, 97%, 66%
CMYK
68, 0, 19, 1
Luminance
0.7577
Every format
| HEX | #52fccc |
| RGB | rgb(82, 252, 204) |
| HSL | hsl(163, 97%, 66%) |
| CMYK | cmyk(68%, 0%, 19%, 1%) |
| LAB | lab(89.8 -54.4 10.4) |
| LCH | lch(89.8 55.4 169.2) |
| OKLCH | oklch(0.892 0.154 170.1) |
Copy-ready code
/* CSS */
color: #52fccc;
background-color: #52fccc;
/* Tailwind (arbitrary) */
class="text-[#52fccc] bg-[#52fccc]"
/* SCSS */
$brand: #52fccc;
/* SwiftUI */
Color(red: 0.322, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#52fccc")Accessibility — WCAG contrast
Aa
#52fccc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52fccc on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#52fccc text on a black background
contrast 16.15:1
Card sample
#52fccc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52fccc;
Background color
Panel with #52fccc background
background-color: #52fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52fccc; background: linear-gradient(135deg, #52fccc, #52BBFC);