#52fade
a light, electric cyan · cool · closest name: aquamarine
RGB
82, 250, 222
HSL
170°, 94%, 65%
CMYK
67, 0, 11, 2
Luminance
0.7544
Every format
| HEX | #52fade |
| RGB | rgb(82, 250, 222) |
| HSL | hsl(170, 94%, 65%) |
| CMYK | cmyk(67%, 0%, 11%, 2%) |
| LAB | lab(89.6 -49.3 0.9) |
| LCH | lch(89.6 49.3 179.0) |
| OKLCH | oklch(0.892 0.142 179.4) |
Copy-ready code
/* CSS */
color: #52fade;
background-color: #52fade;
/* Tailwind (arbitrary) */
class="text-[#52fade] bg-[#52fade]"
/* SCSS */
$brand: #52fade;
/* SwiftUI */
Color(red: 0.322, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#52fade")Accessibility — WCAG contrast
Aa
#52fade on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52fade on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green98.0%
Blue87.1%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#52fade text on a black background
contrast 16.09:1
Card sample
#52fade text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52fade;
Background color
Panel with #52fade background
background-color: #52fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52fade; background: linear-gradient(135deg, #52fade, #52A6FA);