#bb7f13
a dark, electric orange · warm · closest name: peru
RGB
187, 127, 19
HSL
39°, 82%, 40%
CMYK
0, 32, 90, 27
Luminance
0.2579
Every format
| HEX | #bb7f13 |
| RGB | rgb(187, 127, 19) |
| HSL | hsl(39, 82%, 40%) |
| CMYK | cmyk(0%, 32%, 90%, 27%) |
| LAB | lab(57.8 15.2 60.2) |
| LCH | lch(57.8 62.1 75.8) |
| OKLCH | oklch(0.642 0.131 74.5) |
Copy-ready code
/* CSS */
color: #bb7f13;
background-color: #bb7f13;
/* Tailwind (arbitrary) */
class="text-[#bb7f13] bg-[#bb7f13]"
/* SCSS */
$brand: #bb7f13;
/* SwiftUI */
Color(red: 0.733, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#bb7f13")Accessibility — WCAG contrast
Aa
#bb7f13 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb7f13 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.1%
Yellow89.8%
Key (black)26.7%
Color previews
#bb7f13 text on a black background
contrast 6.16:1
Card sample
#bb7f13 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb7f13;
Background color
Panel with #bb7f13 background
background-color: #bb7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb7f13; background: linear-gradient(135deg, #bb7f13, #87BB13);