#bd8f2e
a balanced, vivid yellow · warm · closest name: peru
RGB
189, 143, 46
HSL
41°, 61%, 46%
CMYK
0, 24, 76, 26
Luminance
0.3066
Every format
| HEX | #bd8f2e |
| RGB | rgb(189, 143, 46) |
| HSL | hsl(41, 61%, 46%) |
| CMYK | cmyk(0%, 24%, 76%, 26%) |
| LAB | lab(62.2 8.1 55.3) |
| LCH | lch(62.2 55.9 81.6) |
| OKLCH | oklch(0.677 0.123 82.0) |
Copy-ready code
/* CSS */
color: #bd8f2e;
background-color: #bd8f2e;
/* Tailwind (arbitrary) */
class="text-[#bd8f2e] bg-[#bd8f2e]"
/* SCSS */
$brand: #bd8f2e;
/* SwiftUI */
Color(red: 0.741, green: 0.561, blue: 0.180)
/* Android */
Color.parseColor("#bd8f2e")Accessibility — WCAG contrast
Aa
#bd8f2e on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd8f2e on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green56.1%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow75.7%
Key (black)25.9%
Color previews
#bd8f2e text on a black background
contrast 7.13:1
Card sample
#bd8f2e text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd8f2e;
Background color
Panel with #bd8f2e background
background-color: #bd8f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd8f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 143, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 143, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd8f2e; background: linear-gradient(135deg, #bd8f2e, #8CBD2E);