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