#54ce21
a balanced, vivid green · cool · closest name: lime
RGB
84, 206, 33
HSL
102°, 72%, 47%
CMYK
59, 0, 84, 19
Luminance
0.4614
Every format
| HEX | #54ce21 |
| RGB | rgb(84, 206, 33) |
| HSL | hsl(102, 72%, 47%) |
| CMYK | cmyk(59%, 0%, 84%, 19%) |
| LAB | lab(73.6 -61.8 67.5) |
| LCH | lch(73.6 91.5 132.5) |
| OKLCH | oklch(0.752 0.226 139.0) |
Copy-ready code
/* CSS */
color: #54ce21;
background-color: #54ce21;
/* Tailwind (arbitrary) */
class="text-[#54ce21] bg-[#54ce21]"
/* SCSS */
$brand: #54ce21;
/* SwiftUI */
Color(red: 0.329, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#54ce21")Accessibility — WCAG contrast
Aa
#54ce21 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ce21 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green80.8%
Blue12.9%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow84.0%
Key (black)19.2%
Color previews
#54ce21 text on a black background
contrast 10.23:1
Card sample
#54ce21 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ce21;
Background color
Panel with #54ce21 background
background-color: #54ce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ce21; background: linear-gradient(135deg, #54ce21, #21CE61);