#54df49
a balanced, vivid green · cool · closest name: lime
RGB
84, 223, 73
HSL
116°, 70%, 58%
CMYK
62, 0, 67, 13
Luminance
0.5514
Every format
| HEX | #54df49 |
| RGB | rgb(84, 223, 73) |
| HSL | hsl(116, 70%, 58%) |
| CMYK | cmyk(62%, 0%, 67%, 13%) |
| LAB | lab(79.1 -64.9 60.0) |
| LCH | lch(79.1 88.4 137.2) |
| OKLCH | oklch(0.798 0.224 142.1) |
Copy-ready code
/* CSS */
color: #54df49;
background-color: #54df49;
/* Tailwind (arbitrary) */
class="text-[#54df49] bg-[#54df49]"
/* SCSS */
$brand: #54df49;
/* SwiftUI */
Color(red: 0.329, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#54df49")Accessibility — WCAG contrast
Aa
#54df49 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54df49 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green87.5%
Blue28.6%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#54df49 text on a black background
contrast 12.03:1
Card sample
#54df49 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54df49;
Background color
Panel with #54df49 background
background-color: #54df49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54df49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54df49; background: linear-gradient(135deg, #54df49, #49DFA2);