#8f8d0c
a dark, electric yellow · cool · closest name: olive
RGB
143, 141, 12
HSL
59°, 85%, 30%
CMYK
0, 1, 92, 44
Luminance
0.2492
Every format
| HEX | #8f8d0c |
| RGB | rgb(143, 141, 12) |
| HSL | hsl(59, 85%, 30%) |
| CMYK | cmyk(0%, 1%, 92%, 44%) |
| LAB | lab(57.0 -12.7 59.1) |
| LCH | lch(57.0 60.4 102.2) |
| OKLCH | oklch(0.625 0.133 108.7) |
Copy-ready code
/* CSS */
color: #8f8d0c;
background-color: #8f8d0c;
/* Tailwind (arbitrary) */
class="text-[#8f8d0c] bg-[#8f8d0c]"
/* SCSS */
$brand: #8f8d0c;
/* SwiftUI */
Color(red: 0.561, green: 0.553, blue: 0.047)
/* Android */
Color.parseColor("#8f8d0c")Accessibility — WCAG contrast
Aa
#8f8d0c on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8d0c on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green55.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow91.6%
Key (black)43.9%
Color previews
#8f8d0c text on a black background
contrast 5.98:1
Card sample
#8f8d0c text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8d0c;
Background color
Panel with #8f8d0c background
background-color: #8f8d0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8d0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 141, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 141, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8d0c; background: linear-gradient(135deg, #8f8d0c, #3A8F0C);