#54b310
a dark, electric green · cool · closest name: green
RGB
84, 179, 16
HSL
95°, 84%, 38%
CMYK
53, 0, 91, 30
Luminance
0.3416
Every format
| HEX | #54b310 |
| RGB | rgb(84, 179, 16) |
| HSL | hsl(95, 84%, 38%) |
| CMYK | cmyk(53%, 0%, 91%, 30%) |
| LAB | lab(65.1 -52.8 63.5) |
| LCH | lch(65.1 82.6 129.7) |
| OKLCH | oklch(0.682 0.202 136.9) |
Copy-ready code
/* CSS */
color: #54b310;
background-color: #54b310;
/* Tailwind (arbitrary) */
class="text-[#54b310] bg-[#54b310]"
/* SCSS */
$brand: #54b310;
/* SwiftUI */
Color(red: 0.329, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#54b310")Accessibility — WCAG contrast
Aa
#54b310 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54b310 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green70.2%
Blue6.3%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#54b310 text on a black background
contrast 7.83:1
Card sample
#54b310 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54b310;
Background color
Panel with #54b310 background
background-color: #54b310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54b310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54b310; background: linear-gradient(135deg, #54b310, #10B339);