#bd4b13
a dark, electric orange · warm · closest name: chocolate
RGB
189, 75, 19
HSL
20°, 82%, 41%
CMYK
0, 60, 90, 26
Luminance
0.1590
Every format
| HEX | #bd4b13 |
| RGB | rgb(189, 75, 19) |
| HSL | hsl(20, 82%, 41%) |
| CMYK | cmyk(0%, 60%, 90%, 26%) |
| LAB | lab(46.8 43.5 52.0) |
| LCH | lch(46.8 67.8 50.1) |
| OKLCH | oklch(0.558 0.160 41.9) |
Copy-ready code
/* CSS */
color: #bd4b13;
background-color: #bd4b13;
/* Tailwind (arbitrary) */
class="text-[#bd4b13] bg-[#bd4b13]"
/* SCSS */
$brand: #bd4b13;
/* SwiftUI */
Color(red: 0.741, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#bd4b13")Accessibility — WCAG contrast
Aa
#bd4b13 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd4b13 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow89.9%
Key (black)25.9%
Color previews
#bd4b13 text on a black background
contrast 4.18:1
Card sample
#bd4b13 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4b13;
Background color
Panel with #bd4b13 background
background-color: #bd4b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4b13; background: linear-gradient(135deg, #bd4b13, #BDBC13);