#8b7607
a dark, electric yellow · cool · closest name: olive
RGB
139, 118, 7
HSL
51°, 90%, 29%
CMYK
0, 15, 95, 46
Luminance
0.1846
Every format
| HEX | #8b7607 |
| RGB | rgb(139, 118, 7) |
| HSL | hsl(51, 90%, 29%) |
| CMYK | cmyk(0%, 15%, 95%, 46%) |
| LAB | lab(50.0 -2.1 54.4) |
| LCH | lch(50.0 54.5 92.2) |
| OKLCH | oklch(0.569 0.115 96.4) |
Copy-ready code
/* CSS */
color: #8b7607;
background-color: #8b7607;
/* Tailwind (arbitrary) */
class="text-[#8b7607] bg-[#8b7607]"
/* SCSS */
$brand: #8b7607;
/* SwiftUI */
Color(red: 0.545, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#8b7607")Accessibility — WCAG contrast
Aa
#8b7607 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b7607 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow95.0%
Key (black)45.5%
Color previews
#8b7607 text on a black background
contrast 4.69:1
Card sample
#8b7607 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b7607;
Background color
Panel with #8b7607 background
background-color: #8b7607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b7607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b7607; background: linear-gradient(135deg, #8b7607, #488B07);