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