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