#bd8b0f
a dark, electric yellow · warm · closest name: peru
RGB
189, 139, 15
HSL
43°, 85%, 40%
CMYK
0, 27, 92, 26
Luminance
0.2932
Every format
| HEX | #bd8b0f |
| RGB | rgb(189, 139, 15) |
| HSL | hsl(43, 85%, 40%) |
| CMYK | cmyk(0%, 27%, 92%, 26%) |
| LAB | lab(61.1 9.4 63.6) |
| LCH | lch(61.1 64.3 81.6) |
| OKLCH | oklch(0.668 0.134 82.3) |
Copy-ready code
/* CSS */
color: #bd8b0f;
background-color: #bd8b0f;
/* Tailwind (arbitrary) */
class="text-[#bd8b0f] bg-[#bd8b0f]"
/* SCSS */
$brand: #bd8b0f;
/* SwiftUI */
Color(red: 0.741, green: 0.545, blue: 0.059)
/* Android */
Color.parseColor("#bd8b0f")Accessibility — WCAG contrast
Aa
#bd8b0f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd8b0f on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green54.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow92.1%
Key (black)25.9%
Color previews
#bd8b0f text on a black background
contrast 6.86:1
Card sample
#bd8b0f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd8b0f;
Background color
Panel with #bd8b0f background
background-color: #bd8b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd8b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 139, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 139, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd8b0f; background: linear-gradient(135deg, #bd8b0f, #7BBD0F);