#b35300
a dark, electric orange · warm · closest name: chocolate
RGB
179, 83, 0
HSL
28°, 100%, 35%
CMYK
0, 54, 100, 30
Luminance
0.1577
Every format
| HEX | #b35300 |
| RGB | rgb(179, 83, 0) |
| HSL | hsl(28, 100%, 35%) |
| CMYK | cmyk(0%, 54%, 100%, 30%) |
| LAB | lab(46.7 35.4 56.2) |
| LCH | lch(46.7 66.4 57.8) |
| OKLCH | oklch(0.553 0.146 50.2) |
Copy-ready code
/* CSS */
color: #b35300;
background-color: #b35300;
/* Tailwind (arbitrary) */
class="text-[#b35300] bg-[#b35300]"
/* SCSS */
$brand: #b35300;
/* SwiftUI */
Color(red: 0.702, green: 0.325, blue: 0.000)
/* Android */
Color.parseColor("#b35300")Accessibility — WCAG contrast
Aa
#b35300 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35300 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green32.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow100.0%
Key (black)29.8%
Color previews
#b35300 text on a black background
contrast 4.15:1
Card sample
#b35300 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35300;
Background color
Panel with #b35300 background
background-color: #b35300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 83, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 83, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35300; background: linear-gradient(135deg, #b35300, #9CB300);