#b56310
a dark, electric orange · warm · closest name: chocolate
RGB
181, 99, 16
HSL
30°, 84%, 39%
CMYK
0, 45, 91, 29
Luminance
0.1878
Every format
| HEX | #b56310 |
| RGB | rgb(181, 99, 16) |
| HSL | hsl(30, 84%, 39%) |
| CMYK | cmyk(0%, 45%, 91%, 29%) |
| LAB | lab(50.4 27.9 55.0) |
| LCH | lch(50.4 61.7 63.1) |
| OKLCH | oklch(0.583 0.135 57.6) |
Copy-ready code
/* CSS */
color: #b56310;
background-color: #b56310;
/* Tailwind (arbitrary) */
class="text-[#b56310] bg-[#b56310]"
/* SCSS */
$brand: #b56310;
/* SwiftUI */
Color(red: 0.710, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#b56310")Accessibility — WCAG contrast
Aa
#b56310 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56310 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow91.2%
Key (black)29.0%
Color previews
#b56310 text on a black background
contrast 4.76:1
Card sample
#b56310 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56310;
Background color
Panel with #b56310 background
background-color: #b56310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56310; background: linear-gradient(135deg, #b56310, #99B510);