#8c752f
a dark, vivid yellow · cool · closest name: olive
RGB
140, 117, 47
HSL
45°, 50%, 37%
CMYK
0, 16, 66, 45
Luminance
0.1850
Every format
| HEX | #8c752f |
| RGB | rgb(140, 117, 47) |
| HSL | hsl(45, 50%, 37%) |
| CMYK | cmyk(0%, 16%, 66%, 45%) |
| LAB | lab(50.1 0.6 40.8) |
| LCH | lch(50.1 40.8 89.2) |
| OKLCH | oklch(0.570 0.093 90.9) |
Copy-ready code
/* CSS */
color: #8c752f;
background-color: #8c752f;
/* Tailwind (arbitrary) */
class="text-[#8c752f] bg-[#8c752f]"
/* SCSS */
$brand: #8c752f;
/* SwiftUI */
Color(red: 0.549, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#8c752f")Accessibility — WCAG contrast
Aa
#8c752f on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c752f on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow66.4%
Key (black)45.1%
Color previews
#8c752f text on a black background
contrast 4.70:1
Card sample
#8c752f text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c752f;
Background color
Panel with #8c752f background
background-color: #8c752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c752f; background: linear-gradient(135deg, #8c752f, #658C2F);