#bb8f2f
a balanced, vivid yellow · warm · closest name: peru
RGB
187, 143, 47
HSL
41°, 60%, 46%
CMYK
0, 24, 75, 27
Luminance
0.3041
Every format
| HEX | #bb8f2f |
| RGB | rgb(187, 143, 47) |
| HSL | hsl(41, 60%, 46%) |
| CMYK | cmyk(0%, 24%, 75%, 27%) |
| LAB | lab(62.0 7.3 54.6) |
| LCH | lch(62.0 55.1 82.4) |
| OKLCH | oklch(0.675 0.121 82.9) |
Copy-ready code
/* CSS */
color: #bb8f2f;
background-color: #bb8f2f;
/* Tailwind (arbitrary) */
class="text-[#bb8f2f] bg-[#bb8f2f]"
/* SCSS */
$brand: #bb8f2f;
/* SwiftUI */
Color(red: 0.733, green: 0.561, blue: 0.184)
/* Android */
Color.parseColor("#bb8f2f")Accessibility — WCAG contrast
Aa
#bb8f2f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8f2f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow74.9%
Key (black)26.7%
Color previews
#bb8f2f text on a black background
contrast 7.08:1
Card sample
#bb8f2f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8f2f;
Background color
Panel with #bb8f2f background
background-color: #bb8f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 143, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 143, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8f2f; background: linear-gradient(135deg, #bb8f2f, #8ABB2F);