#b7890f
a dark, electric yellow · warm · closest name: peru
RGB
183, 137, 15
HSL
44°, 85%, 39%
CMYK
0, 25, 92, 28
Luminance
0.2799
Every format
| HEX | #b7890f |
| RGB | rgb(183, 137, 15) |
| HSL | hsl(44, 85%, 39%) |
| CMYK | cmyk(0%, 25%, 92%, 28%) |
| LAB | lab(59.9 7.8 62.5) |
| LCH | lch(59.9 63.0 82.9) |
| OKLCH | oklch(0.657 0.132 84.0) |
Copy-ready code
/* CSS */
color: #b7890f;
background-color: #b7890f;
/* Tailwind (arbitrary) */
class="text-[#b7890f] bg-[#b7890f]"
/* SCSS */
$brand: #b7890f;
/* SwiftUI */
Color(red: 0.718, green: 0.537, blue: 0.059)
/* Android */
Color.parseColor("#b7890f")Accessibility — WCAG contrast
Aa
#b7890f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b7890f on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green53.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow91.8%
Key (black)28.2%
Color previews
#b7890f text on a black background
contrast 6.60:1
Card sample
#b7890f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7890f;
Background color
Panel with #b7890f background
background-color: #b7890f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7890f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 137, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 137, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7890f; background: linear-gradient(135deg, #b7890f, #75B70F);