#54792c
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 121, 44
HSL
89°, 47%, 32%
CMYK
31, 0, 64, 53
Luminance
0.1574
Every format
| HEX | #54792c |
| RGB | rgb(84, 121, 44) |
| HSL | hsl(89, 47%, 32%) |
| CMYK | cmyk(31%, 0%, 64%, 53%) |
| LAB | lab(46.6 -26.7 37.1) |
| LCH | lch(46.6 45.7 125.7) |
| OKLCH | oklch(0.531 0.114 131.0) |
Copy-ready code
/* CSS */
color: #54792c;
background-color: #54792c;
/* Tailwind (arbitrary) */
class="text-[#54792c] bg-[#54792c]"
/* SCSS */
$brand: #54792c;
/* SwiftUI */
Color(red: 0.329, green: 0.475, blue: 0.173)
/* Android */
Color.parseColor("#54792c")Accessibility — WCAG contrast
Aa
#54792c on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#54792c on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green47.5%
Blue17.3%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow63.6%
Key (black)52.5%
Color previews
#54792c text on a black background
contrast 4.15:1
Card sample
#54792c text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54792c;
Background color
Panel with #54792c background
background-color: #54792c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54792c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 121, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 121, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54792c; background: linear-gradient(135deg, #54792c, #2C7937);