#b78421
a dark, vivid orange · warm · closest name: peru
RGB
183, 132, 33
HSL
40°, 69%, 42%
CMYK
0, 28, 82, 28
Luminance
0.2668
Every format
| HEX | #b78421 |
| RGB | rgb(183, 132, 33) |
| HSL | hsl(40, 69%, 42%) |
| CMYK | cmyk(0%, 28%, 82%, 28%) |
| LAB | lab(58.7 11.0 56.6) |
| LCH | lch(58.7 57.7 79.0) |
| OKLCH | oklch(0.648 0.124 78.7) |
Copy-ready code
/* CSS */
color: #b78421;
background-color: #b78421;
/* Tailwind (arbitrary) */
class="text-[#b78421] bg-[#b78421]"
/* SCSS */
$brand: #b78421;
/* SwiftUI */
Color(red: 0.718, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#b78421")Accessibility — WCAG contrast
Aa
#b78421 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b78421 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow82.0%
Key (black)28.2%
Color previews
#b78421 text on a black background
contrast 6.34:1
Card sample
#b78421 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78421;
Background color
Panel with #b78421 background
background-color: #b78421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78421; background: linear-gradient(135deg, #b78421, #86B721);