#b15413
a dark, electric orange · warm · closest name: chocolate
RGB
177, 84, 19
HSL
25°, 81%, 38%
CMYK
0, 53, 89, 31
Luminance
0.1573
Every format
| HEX | #b15413 |
| RGB | rgb(177, 84, 19) |
| HSL | hsl(25, 81%, 38%) |
| CMYK | cmyk(0%, 53%, 89%, 31%) |
| LAB | lab(46.6 34.3 50.9) |
| LCH | lch(46.6 61.4 56.0) |
| OKLCH | oklch(0.553 0.140 49.0) |
Copy-ready code
/* CSS */
color: #b15413;
background-color: #b15413;
/* Tailwind (arbitrary) */
class="text-[#b15413] bg-[#b15413]"
/* SCSS */
$brand: #b15413;
/* SwiftUI */
Color(red: 0.694, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#b15413")Accessibility — WCAG contrast
Aa
#b15413 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b15413 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow89.3%
Key (black)30.6%
Color previews
#b15413 text on a black background
contrast 4.15:1
Card sample
#b15413 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b15413;
Background color
Panel with #b15413 background
background-color: #b15413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b15413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b15413; background: linear-gradient(135deg, #b15413, #A4B113);