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