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