#52fbc9
a light, electric cyan · cool · closest name: aquamarine
RGB
82, 251, 201
HSL
162°, 96%, 65%
CMYK
67, 0, 20, 2
Luminance
0.7501
Every format
| HEX | #52fbc9 |
| RGB | rgb(82, 251, 201) |
| HSL | hsl(162, 96%, 65%) |
| CMYK | cmyk(67%, 0%, 20%, 2%) |
| LAB | lab(89.4 -54.7 11.5) |
| LCH | lch(89.4 55.9 168.2) |
| OKLCH | oklch(0.889 0.155 169.1) |
Copy-ready code
/* CSS */
color: #52fbc9;
background-color: #52fbc9;
/* Tailwind (arbitrary) */
class="text-[#52fbc9] bg-[#52fbc9]"
/* SCSS */
$brand: #52fbc9;
/* SwiftUI */
Color(red: 0.322, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#52fbc9")Accessibility — WCAG contrast
Aa
#52fbc9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52fbc9 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#52fbc9 text on a black background
contrast 16.00:1
Card sample
#52fbc9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52fbc9;
Background color
Panel with #52fbc9 background
background-color: #52fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52fbc9; background: linear-gradient(135deg, #52fbc9, #52BCFB);