#b36300
a dark, electric orange · warm · closest name: chocolate
RGB
179, 99, 0
HSL
33°, 100%, 35%
CMYK
0, 45, 100, 30
Luminance
0.1851
Every format
| HEX | #b36300 |
| RGB | rgb(179, 99, 0) |
| HSL | hsl(33, 100%, 35%) |
| CMYK | cmyk(0%, 45%, 100%, 30%) |
| LAB | lab(50.1 26.9 58.2) |
| LCH | lch(50.1 64.1 65.2) |
| OKLCH | oklch(0.580 0.136 59.9) |
Copy-ready code
/* CSS */
color: #b36300;
background-color: #b36300;
/* Tailwind (arbitrary) */
class="text-[#b36300] bg-[#b36300]"
/* SCSS */
$brand: #b36300;
/* SwiftUI */
Color(red: 0.702, green: 0.388, blue: 0.000)
/* Android */
Color.parseColor("#b36300")Accessibility — WCAG contrast
Aa
#b36300 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36300 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green38.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow100.0%
Key (black)29.8%
Color previews
#b36300 text on a black background
contrast 4.70:1
Card sample
#b36300 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36300;
Background color
Panel with #b36300 background
background-color: #b36300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 99, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 99, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36300; background: linear-gradient(135deg, #b36300, #8CB300);