#53c593
a balanced, vivid green · cool · closest name: aquamarine
RGB
83, 197, 147
HSL
154°, 50%, 55%
CMYK
58, 0, 25, 23
Luminance
0.4388
Every format
| HEX | #53c593 |
| RGB | rgb(83, 197, 147) |
| HSL | hsl(154, 50%, 55%) |
| CMYK | cmyk(58%, 0%, 25%, 23%) |
| LAB | lab(72.2 -44.1 15.6) |
| LCH | lch(72.2 46.8 160.6) |
| OKLCH | oklch(0.744 0.128 161.9) |
Copy-ready code
/* CSS */
color: #53c593;
background-color: #53c593;
/* Tailwind (arbitrary) */
class="text-[#53c593] bg-[#53c593]"
/* SCSS */
$brand: #53c593;
/* SwiftUI */
Color(red: 0.325, green: 0.773, blue: 0.576)
/* Android */
Color.parseColor("#53c593")Accessibility — WCAG contrast
Aa
#53c593 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53c593 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green77.3%
Blue57.6%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow25.4%
Key (black)22.7%
Color previews
#53c593 text on a black background
contrast 9.78:1
Card sample
#53c593 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53c593;
Background color
Panel with #53c593 background
background-color: #53c593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53c593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 197, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 197, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53c593; background: linear-gradient(135deg, #53c593, #53ABC5);