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