#b88a2e
a balanced, vivid yellow · warm · closest name: peru
RGB
184, 138, 46
HSL
40°, 60%, 45%
CMYK
0, 25, 75, 28
Luminance
0.2856
Every format
| HEX | #b88a2e |
| RGB | rgb(184, 138, 46) |
| HSL | hsl(40, 60%, 45%) |
| CMYK | cmyk(0%, 25%, 75%, 28%) |
| LAB | lab(60.4 8.7 53.4) |
| LCH | lch(60.4 54.0 80.8) |
| OKLCH | oklch(0.662 0.119 80.8) |
Copy-ready code
/* CSS */
color: #b88a2e;
background-color: #b88a2e;
/* Tailwind (arbitrary) */
class="text-[#b88a2e] bg-[#b88a2e]"
/* SCSS */
$brand: #b88a2e;
/* SwiftUI */
Color(red: 0.722, green: 0.541, blue: 0.180)
/* Android */
Color.parseColor("#b88a2e")Accessibility — WCAG contrast
Aa
#b88a2e on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b88a2e on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green54.1%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow75.0%
Key (black)27.8%
Color previews
#b88a2e text on a black background
contrast 6.71:1
Card sample
#b88a2e text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88a2e;
Background color
Panel with #b88a2e background
background-color: #b88a2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88a2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 138, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 138, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88a2e; background: linear-gradient(135deg, #b88a2e, #8AB82E);