#b65310
a dark, electric orange · warm · closest name: chocolate
RGB
182, 83, 16
HSL
24°, 84%, 39%
CMYK
0, 54, 91, 29
Luminance
0.1617
Every format
| HEX | #b65310 |
| RGB | rgb(182, 83, 16) |
| HSL | hsl(24, 84%, 39%) |
| CMYK | cmyk(0%, 54%, 91%, 29%) |
| LAB | lab(47.2 36.8 52.7) |
| LCH | lch(47.2 64.3 55.1) |
| OKLCH | oklch(0.559 0.146 47.6) |
Copy-ready code
/* CSS */
color: #b65310;
background-color: #b65310;
/* Tailwind (arbitrary) */
class="text-[#b65310] bg-[#b65310]"
/* SCSS */
$brand: #b65310;
/* SwiftUI */
Color(red: 0.714, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#b65310")Accessibility — WCAG contrast
Aa
#b65310 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65310 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow91.2%
Key (black)28.6%
Color previews
#b65310 text on a black background
contrast 4.23:1
Card sample
#b65310 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65310;
Background color
Panel with #b65310 background
background-color: #b65310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65310; background: linear-gradient(135deg, #b65310, #AAB610);