#8f770c
a dark, electric yellow · cool · closest name: olive
RGB
143, 119, 12
HSL
49°, 85%, 30%
CMYK
0, 17, 92, 44
Luminance
0.1906
Every format
| HEX | #8f770c |
| RGB | rgb(143, 119, 12) |
| HSL | hsl(49, 85%, 30%) |
| CMYK | cmyk(0%, 17%, 92%, 44%) |
| LAB | lab(50.8 -0.7 54.2) |
| LCH | lch(50.8 54.2 90.7) |
| OKLCH | oklch(0.575 0.115 94.3) |
Copy-ready code
/* CSS */
color: #8f770c;
background-color: #8f770c;
/* Tailwind (arbitrary) */
class="text-[#8f770c] bg-[#8f770c]"
/* SCSS */
$brand: #8f770c;
/* SwiftUI */
Color(red: 0.561, green: 0.467, blue: 0.047)
/* Android */
Color.parseColor("#8f770c")Accessibility — WCAG contrast
Aa
#8f770c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f770c on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green46.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow91.6%
Key (black)43.9%
Color previews
#8f770c text on a black background
contrast 4.81:1
Card sample
#8f770c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f770c;
Background color
Panel with #8f770c background
background-color: #8f770c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f770c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 119, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 119, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f770c; background: linear-gradient(135deg, #8f770c, #508F0C);