#b78621
a dark, vivid yellow · warm · closest name: peru
RGB
183, 134, 33
HSL
40°, 69%, 42%
CMYK
0, 27, 82, 28
Luminance
0.2723
Every format
| HEX | #b78621 |
| RGB | rgb(183, 134, 33) |
| HSL | hsl(40, 69%, 42%) |
| CMYK | cmyk(0%, 27%, 82%, 28%) |
| LAB | lab(59.2 9.9 57.1) |
| LCH | lch(59.2 57.9 80.1) |
| OKLCH | oklch(0.652 0.125 80.2) |
Copy-ready code
/* CSS */
color: #b78621;
background-color: #b78621;
/* Tailwind (arbitrary) */
class="text-[#b78621] bg-[#b78621]"
/* SCSS */
$brand: #b78621;
/* SwiftUI */
Color(red: 0.718, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#b78621")Accessibility — WCAG contrast
Aa
#b78621 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b78621 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow82.0%
Key (black)28.2%
Color previews
#b78621 text on a black background
contrast 6.45:1
Card sample
#b78621 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78621;
Background color
Panel with #b78621 background
background-color: #b78621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78621; background: linear-gradient(135deg, #b78621, #84B721);