#bb8e11
a dark, electric yellow · warm · closest name: peru
RGB
187, 142, 17
HSL
44°, 83%, 40%
CMYK
0, 24, 91, 27
Luminance
0.2995
Every format
| HEX | #bb8e11 |
| RGB | rgb(187, 142, 17) |
| HSL | hsl(44, 83%, 40%) |
| CMYK | cmyk(0%, 24%, 91%, 27%) |
| LAB | lab(61.6 6.9 63.6) |
| LCH | lch(61.6 63.9 83.8) |
| OKLCH | oklch(0.672 0.134 85.2) |
Copy-ready code
/* CSS */
color: #bb8e11;
background-color: #bb8e11;
/* Tailwind (arbitrary) */
class="text-[#bb8e11] bg-[#bb8e11]"
/* SCSS */
$brand: #bb8e11;
/* SwiftUI */
Color(red: 0.733, green: 0.557, blue: 0.067)
/* Android */
Color.parseColor("#bb8e11")Accessibility — WCAG contrast
Aa
#bb8e11 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb8e11 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow90.9%
Key (black)26.7%
Color previews
#bb8e11 text on a black background
contrast 6.99:1
Card sample
#bb8e11 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8e11;
Background color
Panel with #bb8e11 background
background-color: #bb8e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 142, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 142, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8e11; background: linear-gradient(135deg, #bb8e11, #77BB11);