#bb8f13
a dark, electric yellow · warm · closest name: peru
RGB
187, 143, 19
HSL
44°, 82%, 40%
CMYK
0, 24, 90, 27
Luminance
0.3026
Every format
| HEX | #bb8f13 |
| RGB | rgb(187, 143, 19) |
| HSL | hsl(44, 82%, 40%) |
| CMYK | cmyk(0%, 24%, 90%, 27%) |
| LAB | lab(61.9 6.4 63.4) |
| LCH | lch(61.9 63.7 84.2) |
| OKLCH | oklch(0.674 0.134 85.8) |
Copy-ready code
/* CSS */
color: #bb8f13;
background-color: #bb8f13;
/* Tailwind (arbitrary) */
class="text-[#bb8f13] bg-[#bb8f13]"
/* SCSS */
$brand: #bb8f13;
/* SwiftUI */
Color(red: 0.733, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#bb8f13")Accessibility — WCAG contrast
Aa
#bb8f13 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8f13 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow89.8%
Key (black)26.7%
Color previews
#bb8f13 text on a black background
contrast 7.05:1
Card sample
#bb8f13 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8f13;
Background color
Panel with #bb8f13 background
background-color: #bb8f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8f13; background: linear-gradient(135deg, #bb8f13, #77BB13);