#b18321
a dark, vivid yellow · warm · closest name: peru
RGB
177, 131, 33
HSL
41°, 69%, 41%
CMYK
0, 26, 81, 31
Luminance
0.2569
Every format
| HEX | #b18321 |
| RGB | rgb(177, 131, 33) |
| HSL | hsl(41, 69%, 41%) |
| CMYK | cmyk(0%, 26%, 81%, 31%) |
| LAB | lab(57.7 8.9 55.5) |
| LCH | lch(57.7 56.2 80.9) |
| OKLCH | oklch(0.639 0.121 81.2) |
Copy-ready code
/* CSS */
color: #b18321;
background-color: #b18321;
/* Tailwind (arbitrary) */
class="text-[#b18321] bg-[#b18321]"
/* SCSS */
$brand: #b18321;
/* SwiftUI */
Color(red: 0.694, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#b18321")Accessibility — WCAG contrast
Aa
#b18321 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18321 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow81.4%
Key (black)30.6%
Color previews
#b18321 text on a black background
contrast 6.14:1
Card sample
#b18321 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18321;
Background color
Panel with #b18321 background
background-color: #b18321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18321; background: linear-gradient(135deg, #b18321, #7FB121);