#bb7a00
a dark, electric orange · warm · closest name: peru
RGB
187, 122, 0
HSL
39°, 100%, 37%
CMYK
0, 35, 100, 27
Luminance
0.2448
Every format
| HEX | #bb7a00 |
| RGB | rgb(187, 122, 0) |
| HSL | hsl(39, 100%, 37%) |
| CMYK | cmyk(0%, 35%, 100%, 27%) |
| LAB | lab(56.6 17.7 62.9) |
| LCH | lch(56.6 65.3 74.3) |
| OKLCH | oklch(0.632 0.135 72.2) |
Copy-ready code
/* CSS */
color: #bb7a00;
background-color: #bb7a00;
/* Tailwind (arbitrary) */
class="text-[#bb7a00] bg-[#bb7a00]"
/* SCSS */
$brand: #bb7a00;
/* SwiftUI */
Color(red: 0.733, green: 0.478, blue: 0.000)
/* Android */
Color.parseColor("#bb7a00")Accessibility — WCAG contrast
Aa
#bb7a00 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb7a00 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green47.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow100.0%
Key (black)26.7%
Color previews
#bb7a00 text on a black background
contrast 5.90:1
Card sample
#bb7a00 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb7a00;
Background color
Panel with #bb7a00 background
background-color: #bb7a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb7a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 122, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 122, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb7a00; background: linear-gradient(135deg, #bb7a00, #80BB00);