#53f0ad
a balanced, electric green · cool · closest name: aquamarine
RGB
83, 240, 173
HSL
154°, 84%, 63%
CMYK
65, 0, 28, 6
Luminance
0.6718
Every format
| HEX | #53f0ad |
| RGB | rgb(83, 240, 173) |
| HSL | hsl(154, 84%, 63%) |
| CMYK | cmyk(65%, 0%, 28%, 6%) |
| LAB | lab(85.6 -56.3 20.6) |
| LCH | lch(85.6 59.9 159.9) |
| OKLCH | oklch(0.856 0.163 161.2) |
Copy-ready code
/* CSS */
color: #53f0ad;
background-color: #53f0ad;
/* Tailwind (arbitrary) */
class="text-[#53f0ad] bg-[#53f0ad]"
/* SCSS */
$brand: #53f0ad;
/* SwiftUI */
Color(red: 0.325, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#53f0ad")Accessibility — WCAG contrast
Aa
#53f0ad on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f0ad on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green94.1%
Blue67.8%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow27.9%
Key (black)5.9%
Color previews
#53f0ad text on a black background
contrast 14.44:1
Card sample
#53f0ad text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f0ad;
Background color
Panel with #53f0ad background
background-color: #53f0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f0ad; background: linear-gradient(135deg, #53f0ad, #53CAF0);