#916821
a dark, vivid orange · warm · closest name: peru
RGB
145, 104, 33
HSL
38°, 63%, 35%
CMYK
0, 28, 77, 43
Luminance
0.1603
Every format
| HEX | #916821 |
| RGB | rgb(145, 104, 33) |
| HSL | hsl(38, 63%, 35%) |
| CMYK | cmyk(0%, 28%, 77%, 43%) |
| LAB | lab(47.0 9.6 44.2) |
| LCH | lch(47.0 45.2 77.8) |
| OKLCH | oklch(0.547 0.100 77.0) |
Copy-ready code
/* CSS */
color: #916821;
background-color: #916821;
/* Tailwind (arbitrary) */
class="text-[#916821] bg-[#916821]"
/* SCSS */
$brand: #916821;
/* SwiftUI */
Color(red: 0.569, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#916821")Accessibility — WCAG contrast
Aa
#916821 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#916821 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow77.2%
Key (black)43.1%
Color previews
#916821 text on a black background
contrast 4.21:1
Card sample
#916821 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #916821;
Background color
Panel with #916821 background
background-color: #916821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #916821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #916821; background: linear-gradient(135deg, #916821, #6F9121);