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