#bb8e33
a balanced, vivid yellow · warm · closest name: peru
RGB
187, 142, 51
HSL
40°, 57%, 47%
CMYK
0, 24, 73, 27
Luminance
0.3015
Every format
| HEX | #bb8e33 |
| RGB | rgb(187, 142, 51) |
| HSL | hsl(40, 57%, 47%) |
| CMYK | cmyk(0%, 24%, 73%, 27%) |
| LAB | lab(61.8 8.0 52.8) |
| LCH | lch(61.8 53.4 81.4) |
| OKLCH | oklch(0.673 0.119 81.5) |
Copy-ready code
/* CSS */
color: #bb8e33;
background-color: #bb8e33;
/* Tailwind (arbitrary) */
class="text-[#bb8e33] bg-[#bb8e33]"
/* SCSS */
$brand: #bb8e33;
/* SwiftUI */
Color(red: 0.733, green: 0.557, blue: 0.200)
/* Android */
Color.parseColor("#bb8e33")Accessibility — WCAG contrast
Aa
#bb8e33 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8e33 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow72.7%
Key (black)26.7%
Color previews
#bb8e33 text on a black background
contrast 7.03:1
Card sample
#bb8e33 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8e33;
Background color
Panel with #bb8e33 background
background-color: #bb8e33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8e33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 142, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 142, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8e33; background: linear-gradient(135deg, #bb8e33, #8EBB33);