#88521b
a dark, vivid orange · warm · closest name: sienna
RGB
136, 82, 27
HSL
30°, 67%, 32%
CMYK
0, 40, 80, 47
Luminance
0.1135
Every format
| HEX | #88521b |
| RGB | rgb(136, 82, 27) |
| HSL | hsl(30, 67%, 32%) |
| CMYK | cmyk(0%, 40%, 80%, 47%) |
| LAB | lab(40.2 17.9 39.8) |
| LCH | lch(40.2 43.7 65.7) |
| OKLCH | oklch(0.491 0.099 61.7) |
Copy-ready code
/* CSS */
color: #88521b;
background-color: #88521b;
/* Tailwind (arbitrary) */
class="text-[#88521b] bg-[#88521b]"
/* SCSS */
$brand: #88521b;
/* SwiftUI */
Color(red: 0.533, green: 0.322, blue: 0.106)
/* Android */
Color.parseColor("#88521b")Accessibility — WCAG contrast
Aa
#88521b on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#88521b on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green32.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow80.1%
Key (black)46.7%
Color previews
#88521b text on a black background
contrast 3.27:1
Card sample
#88521b text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88521b;
Background color
Panel with #88521b background
background-color: #88521b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88521b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 82, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 82, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88521b; background: linear-gradient(135deg, #88521b, #75881B);