#53f3af
a balanced, electric green · cool · closest name: aquamarine
RGB
83, 243, 175
HSL
155°, 87%, 64%
CMYK
66, 0, 28, 5
Luminance
0.6904
Every format
| HEX | #53f3af |
| RGB | rgb(83, 243, 175) |
| HSL | hsl(155, 87%, 64%) |
| CMYK | cmyk(66%, 0%, 28%, 5%) |
| LAB | lab(86.5 -57.0 20.8) |
| LCH | lch(86.5 60.7 159.9) |
| OKLCH | oklch(0.864 0.165 161.2) |
Copy-ready code
/* CSS */
color: #53f3af;
background-color: #53f3af;
/* Tailwind (arbitrary) */
class="text-[#53f3af] bg-[#53f3af]"
/* SCSS */
$brand: #53f3af;
/* SwiftUI */
Color(red: 0.325, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#53f3af")Accessibility — WCAG contrast
Aa
#53f3af on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f3af on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green95.3%
Blue68.6%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#53f3af text on a black background
contrast 14.81:1
Card sample
#53f3af text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f3af;
Background color
Panel with #53f3af background
background-color: #53f3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f3af; background: linear-gradient(135deg, #53f3af, #53CCF3);