#895621
a dark, vivid orange · warm · closest name: sienna
RGB
137, 86, 33
HSL
31°, 61%, 33%
CMYK
0, 37, 76, 46
Luminance
0.1208
Every format
| HEX | #895621 |
| RGB | rgb(137, 86, 33) |
| HSL | hsl(31, 61%, 33%) |
| CMYK | cmyk(0%, 37%, 76%, 46%) |
| LAB | lab(41.4 16.4 38.2) |
| LCH | lch(41.4 41.6 66.8) |
| OKLCH | oklch(0.500 0.095 63.2) |
Copy-ready code
/* CSS */
color: #895621;
background-color: #895621;
/* Tailwind (arbitrary) */
class="text-[#895621] bg-[#895621]"
/* SCSS */
$brand: #895621;
/* SwiftUI */
Color(red: 0.537, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#895621")Accessibility — WCAG contrast
Aa
#895621 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#895621 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow75.9%
Key (black)46.3%
Color previews
#895621 text on a black background
contrast 3.42:1
Card sample
#895621 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #895621;
Background color
Panel with #895621 background
background-color: #895621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #895621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #895621; background: linear-gradient(135deg, #895621, #778921);