#b88e21
a dark, vivid yellow · warm · closest name: peru
RGB
184, 142, 33
HSL
43°, 70%, 43%
CMYK
0, 23, 82, 28
Luminance
0.2965
Every format
| HEX | #b88e21 |
| RGB | rgb(184, 142, 33) |
| HSL | hsl(43, 70%, 43%) |
| CMYK | cmyk(0%, 23%, 82%, 28%) |
| LAB | lab(61.4 6.0 59.0) |
| LCH | lch(61.4 59.3 84.2) |
| OKLCH | oklch(0.669 0.127 85.6) |
Copy-ready code
/* CSS */
color: #b88e21;
background-color: #b88e21;
/* Tailwind (arbitrary) */
class="text-[#b88e21] bg-[#b88e21]"
/* SCSS */
$brand: #b88e21;
/* SwiftUI */
Color(red: 0.722, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#b88e21")Accessibility — WCAG contrast
Aa
#b88e21 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b88e21 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow82.1%
Key (black)27.8%
Color previews
#b88e21 text on a black background
contrast 6.93:1
Card sample
#b88e21 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88e21;
Background color
Panel with #b88e21 background
background-color: #b88e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88e21; background: linear-gradient(135deg, #b88e21, #7DB821);