#53db7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
83, 219, 127
HSL
139°, 65%, 59%
CMYK
62, 0, 42, 14
Luminance
0.5403
Every format
| HEX | #53db7f |
| RGB | rgb(83, 219, 127) |
| HSL | hsl(139, 65%, 59%) |
| CMYK | cmyk(62%, 0%, 42%, 14%) |
| LAB | lab(78.5 -56.8 34.5) |
| LCH | lch(78.5 66.5 148.7) |
| OKLCH | oklch(0.795 0.176 150.9) |
Copy-ready code
/* CSS */
color: #53db7f;
background-color: #53db7f;
/* Tailwind (arbitrary) */
class="text-[#53db7f] bg-[#53db7f]"
/* SCSS */
$brand: #53db7f;
/* SwiftUI */
Color(red: 0.325, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#53db7f")Accessibility — WCAG contrast
Aa
#53db7f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53db7f on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green85.9%
Blue49.8%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#53db7f text on a black background
contrast 11.81:1
Card sample
#53db7f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53db7f;
Background color
Panel with #53db7f background
background-color: #53db7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53db7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53db7f; background: linear-gradient(135deg, #53db7f, #53DBDA);