#b15200
a dark, electric orange · warm · closest name: chocolate
RGB
177, 82, 0
HSL
28°, 100%, 35%
CMYK
0, 54, 100, 31
Luminance
0.1538
Every format
| HEX | #b15200 |
| RGB | rgb(177, 82, 0) |
| HSL | hsl(28, 100%, 35%) |
| CMYK | cmyk(0%, 54%, 100%, 31%) |
| LAB | lab(46.2 35.1 55.7) |
| LCH | lch(46.2 65.8 57.8) |
| OKLCH | oklch(0.549 0.145 50.2) |
Copy-ready code
/* CSS */
color: #b15200;
background-color: #b15200;
/* Tailwind (arbitrary) */
class="text-[#b15200] bg-[#b15200]"
/* SCSS */
$brand: #b15200;
/* SwiftUI */
Color(red: 0.694, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#b15200")Accessibility — WCAG contrast
Aa
#b15200 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b15200 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green32.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow100.0%
Key (black)30.6%
Color previews
#b15200 text on a black background
contrast 4.08:1
Card sample
#b15200 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b15200;
Background color
Panel with #b15200 background
background-color: #b15200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b15200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b15200; background: linear-gradient(135deg, #b15200, #9AB100);