#8f8607
a dark, electric yellow · cool · closest name: olive
RGB
143, 134, 7
HSL
56°, 91%, 29%
CMYK
0, 6, 95, 44
Luminance
0.2291
Every format
| HEX | #8f8607 |
| RGB | rgb(143, 134, 7) |
| HSL | hsl(56, 91%, 29%) |
| CMYK | cmyk(0%, 6%, 95%, 44%) |
| LAB | lab(55.0 -9.1 58.3) |
| LCH | lch(55.0 59.0 98.8) |
| OKLCH | oklch(0.609 0.127 104.8) |
Copy-ready code
/* CSS */
color: #8f8607;
background-color: #8f8607;
/* Tailwind (arbitrary) */
class="text-[#8f8607] bg-[#8f8607]"
/* SCSS */
$brand: #8f8607;
/* SwiftUI */
Color(red: 0.561, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#8f8607")Accessibility — WCAG contrast
Aa
#8f8607 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8607 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow95.1%
Key (black)43.9%
Color previews
#8f8607 text on a black background
contrast 5.58:1
Card sample
#8f8607 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8607;
Background color
Panel with #8f8607 background
background-color: #8f8607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8607; background: linear-gradient(135deg, #8f8607, #3D8F07);