#54a815
a dark, electric green · cool · closest name: forestgreen
RGB
84, 168, 21
HSL
94°, 78%, 37%
CMYK
50, 0, 88, 34
Luminance
0.2994
Every format
| HEX | #54a815 |
| RGB | rgb(84, 168, 21) |
| HSL | hsl(94, 78%, 37%) |
| CMYK | cmyk(50%, 0%, 88%, 34%) |
| LAB | lab(61.6 -48.5 59.6) |
| LCH | lch(61.6 76.8 129.1) |
| OKLCH | oklch(0.653 0.188 136.1) |
Copy-ready code
/* CSS */
color: #54a815;
background-color: #54a815;
/* Tailwind (arbitrary) */
class="text-[#54a815] bg-[#54a815]"
/* SCSS */
$brand: #54a815;
/* SwiftUI */
Color(red: 0.329, green: 0.659, blue: 0.082)
/* Android */
Color.parseColor("#54a815")Accessibility — WCAG contrast
Aa
#54a815 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#54a815 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green65.9%
Blue8.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow87.5%
Key (black)34.1%
Color previews
#54a815 text on a black background
contrast 6.99:1
Card sample
#54a815 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54a815;
Background color
Panel with #54a815 background
background-color: #54a815;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54a815;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 168, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 168, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54a815; background: linear-gradient(135deg, #54a815, #15A838);