#8d7f13
a dark, electric yellow · cool · closest name: olive
RGB
141, 127, 19
HSL
53°, 76%, 31%
CMYK
0, 10, 87, 45
Luminance
0.2089
Every format
| HEX | #8d7f13 |
| RGB | rgb(141, 127, 19) |
| HSL | hsl(53, 76%, 31%) |
| CMYK | cmyk(0%, 10%, 87%, 45%) |
| LAB | lab(52.8 -5.9 54.1) |
| LCH | lch(52.8 54.4 96.2) |
| OKLCH | oklch(0.591 0.118 101.2) |
Copy-ready code
/* CSS */
color: #8d7f13;
background-color: #8d7f13;
/* Tailwind (arbitrary) */
class="text-[#8d7f13] bg-[#8d7f13]"
/* SCSS */
$brand: #8d7f13;
/* SwiftUI */
Color(red: 0.553, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#8d7f13")Accessibility — WCAG contrast
Aa
#8d7f13 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8d7f13 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow86.5%
Key (black)44.7%
Color previews
#8d7f13 text on a black background
contrast 5.18:1
Card sample
#8d7f13 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d7f13;
Background color
Panel with #8d7f13 background
background-color: #8d7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d7f13; background: linear-gradient(135deg, #8d7f13, #4A8D13);