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