#b66513
a dark, electric orange · warm · closest name: chocolate
RGB
182, 101, 19
HSL
30°, 81%, 39%
CMYK
0, 45, 90, 29
Luminance
0.1930
Every format
| HEX | #b66513 |
| RGB | rgb(182, 101, 19) |
| HSL | hsl(30, 81%, 39%) |
| CMYK | cmyk(0%, 45%, 90%, 29%) |
| LAB | lab(51.0 27.4 54.7) |
| LCH | lch(51.0 61.1 63.4) |
| OKLCH | oklch(0.588 0.134 58.1) |
Copy-ready code
/* CSS */
color: #b66513;
background-color: #b66513;
/* Tailwind (arbitrary) */
class="text-[#b66513] bg-[#b66513]"
/* SCSS */
$brand: #b66513;
/* SwiftUI */
Color(red: 0.714, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#b66513")Accessibility — WCAG contrast
Aa
#b66513 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66513 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green39.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow89.6%
Key (black)28.6%
Color previews
#b66513 text on a black background
contrast 4.86:1
Card sample
#b66513 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66513;
Background color
Panel with #b66513 background
background-color: #b66513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66513; background: linear-gradient(135deg, #b66513, #9AB613);