#53ffaf
a light, electric green · cool · closest name: aquamarine
RGB
83, 255, 175
HSL
152°, 100%, 66%
CMYK
68, 0, 31, 0
Luminance
0.7645
Every format
| HEX | #53ffaf |
| RGB | rgb(83, 255, 175) |
| HSL | hsl(152, 100%, 66%) |
| CMYK | cmyk(68%, 0%, 31%, 0%) |
| LAB | lab(90.1 -61.6 25.7) |
| LCH | lch(90.1 66.8 157.3) |
| OKLCH | oklch(0.893 0.180 158.8) |
Copy-ready code
/* CSS */
color: #53ffaf;
background-color: #53ffaf;
/* Tailwind (arbitrary) */
class="text-[#53ffaf] bg-[#53ffaf]"
/* SCSS */
$brand: #53ffaf;
/* SwiftUI */
Color(red: 0.325, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#53ffaf")Accessibility — WCAG contrast
Aa
#53ffaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53ffaf on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#53ffaf text on a black background
contrast 16.29:1
Card sample
#53ffaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53ffaf;
Background color
Panel with #53ffaf background
background-color: #53ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53ffaf; background: linear-gradient(135deg, #53ffaf, #53DCFF);