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