#53f2b5
a balanced, electric green · cool · closest name: aquamarine
RGB
83, 242, 181
HSL
157°, 86%, 64%
CMYK
66, 0, 25, 5
Luminance
0.6868
Every format
| HEX | #53f2b5 |
| RGB | rgb(83, 242, 181) |
| HSL | hsl(157, 86%, 64%) |
| CMYK | cmyk(66%, 0%, 25%, 5%) |
| LAB | lab(86.3 -55.4 17.5) |
| LCH | lch(86.3 58.1 162.5) |
| OKLCH | oklch(0.863 0.159 163.6) |
Copy-ready code
/* CSS */
color: #53f2b5;
background-color: #53f2b5;
/* Tailwind (arbitrary) */
class="text-[#53f2b5] bg-[#53f2b5]"
/* SCSS */
$brand: #53f2b5;
/* SwiftUI */
Color(red: 0.325, green: 0.949, blue: 0.710)
/* Android */
Color.parseColor("#53f2b5")Accessibility — WCAG contrast
Aa
#53f2b5 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f2b5 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green94.9%
Blue71.0%
CMYK percentages
Cyan65.7%
Magenta0.0%
Yellow25.2%
Key (black)5.1%
Color previews
#53f2b5 text on a black background
contrast 14.74:1
Card sample
#53f2b5 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f2b5;
Background color
Panel with #53f2b5 background
background-color: #53f2b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f2b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 242, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 242, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f2b5; background: linear-gradient(135deg, #53f2b5, #53C5F2);