#946821
a dark, vivid orange · warm · closest name: peru
RGB
148, 104, 33
HSL
37°, 64%, 36%
CMYK
0, 30, 78, 42
Luminance
0.1631
Every format
| HEX | #946821 |
| RGB | rgb(148, 104, 33) |
| HSL | hsl(37, 64%, 36%) |
| CMYK | cmyk(0%, 30%, 78%, 42%) |
| LAB | lab(47.4 10.9 44.7) |
| LCH | lch(47.4 46.0 76.2) |
| OKLCH | oklch(0.550 0.102 75.0) |
Copy-ready code
/* CSS */
color: #946821;
background-color: #946821;
/* Tailwind (arbitrary) */
class="text-[#946821] bg-[#946821]"
/* SCSS */
$brand: #946821;
/* SwiftUI */
Color(red: 0.580, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#946821")Accessibility — WCAG contrast
Aa
#946821 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#946821 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow77.7%
Key (black)42.0%
Color previews
#946821 text on a black background
contrast 4.26:1
Card sample
#946821 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #946821;
Background color
Panel with #946821 background
background-color: #946821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #946821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #946821; background: linear-gradient(135deg, #946821, #739421);