#53cd21
a balanced, vivid green · cool · closest name: lime
RGB
83, 205, 33
HSL
103°, 72%, 47%
CMYK
60, 0, 84, 20
Luminance
0.4561
Every format
| HEX | #53cd21 |
| RGB | rgb(83, 205, 33) |
| HSL | hsl(103, 72%, 47%) |
| CMYK | cmyk(60%, 0%, 84%, 20%) |
| LAB | lab(73.3 -61.7 67.2) |
| LCH | lch(73.3 91.2 132.5) |
| OKLCH | oklch(0.750 0.225 139.0) |
Copy-ready code
/* CSS */
color: #53cd21;
background-color: #53cd21;
/* Tailwind (arbitrary) */
class="text-[#53cd21] bg-[#53cd21]"
/* SCSS */
$brand: #53cd21;
/* SwiftUI */
Color(red: 0.325, green: 0.804, blue: 0.129)
/* Android */
Color.parseColor("#53cd21")Accessibility — WCAG contrast
Aa
#53cd21 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cd21 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.4%
Blue12.9%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow83.9%
Key (black)19.6%
Color previews
#53cd21 text on a black background
contrast 10.12:1
Card sample
#53cd21 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cd21;
Background color
Panel with #53cd21 background
background-color: #53cd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 205, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 205, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cd21; background: linear-gradient(135deg, #53cd21, #21CD62);