#883b02
a dark, electric orange · warm · closest name: sienna
RGB
136, 59, 2
HSL
26°, 97%, 27%
CMYK
0, 57, 99, 47
Luminance
0.0837
Every format
| HEX | #883b02 |
| RGB | rgb(136, 59, 2) |
| HSL | hsl(26, 97%, 27%) |
| CMYK | cmyk(0%, 57%, 99%, 47%) |
| LAB | lab(34.7 30.2 44.8) |
| LCH | lch(34.7 54.1 56.0) |
| OKLCH | oklch(0.449 0.121 48.2) |
Copy-ready code
/* CSS */
color: #883b02;
background-color: #883b02;
/* Tailwind (arbitrary) */
class="text-[#883b02] bg-[#883b02]"
/* SCSS */
$brand: #883b02;
/* SwiftUI */
Color(red: 0.533, green: 0.231, blue: 0.008)
/* Android */
Color.parseColor("#883b02")Accessibility — WCAG contrast
Aa
#883b02 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883b02 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green23.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow98.5%
Key (black)46.7%
Color previews
#883b02 text on a black background
contrast 2.67:1
Card sample
#883b02 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883b02;
Background color
Panel with #883b02 background
background-color: #883b02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883b02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 59, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 59, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883b02; background: linear-gradient(135deg, #883b02, #7C8802);