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