#b88721
a dark, vivid yellow · warm · closest name: peru
RGB
184, 135, 33
HSL
41°, 70%, 43%
CMYK
0, 27, 82, 28
Luminance
0.2763
Every format
| HEX | #b88721 |
| RGB | rgb(184, 135, 33) |
| HSL | hsl(41, 70%, 43%) |
| CMYK | cmyk(0%, 27%, 82%, 28%) |
| LAB | lab(59.5 9.8 57.4) |
| LCH | lch(59.5 58.3 80.3) |
| OKLCH | oklch(0.655 0.125 80.4) |
Copy-ready code
/* CSS */
color: #b88721;
background-color: #b88721;
/* Tailwind (arbitrary) */
class="text-[#b88721] bg-[#b88721]"
/* SCSS */
$brand: #b88721;
/* SwiftUI */
Color(red: 0.722, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#b88721")Accessibility — WCAG contrast
Aa
#b88721 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b88721 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow82.1%
Key (black)27.8%
Color previews
#b88721 text on a black background
contrast 6.53:1
Card sample
#b88721 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88721;
Background color
Panel with #b88721 background
background-color: #b88721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88721; background: linear-gradient(135deg, #b88721, #84B821);