#936521
a dark, vivid orange · warm · closest name: peru
RGB
147, 101, 33
HSL
36°, 63%, 35%
CMYK
0, 31, 78, 42
Luminance
0.1562
Every format
| HEX | #936521 |
| RGB | rgb(147, 101, 33) |
| HSL | hsl(36, 63%, 35%) |
| CMYK | cmyk(0%, 31%, 78%, 42%) |
| LAB | lab(46.5 12.2 43.8) |
| LCH | lch(46.5 45.4 74.4) |
| OKLCH | oklch(0.543 0.101 72.7) |
Copy-ready code
/* CSS */
color: #936521;
background-color: #936521;
/* Tailwind (arbitrary) */
class="text-[#936521] bg-[#936521]"
/* SCSS */
$brand: #936521;
/* SwiftUI */
Color(red: 0.576, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#936521")Accessibility — WCAG contrast
Aa
#936521 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936521 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow77.6%
Key (black)42.4%
Color previews
#936521 text on a black background
contrast 4.12:1
Card sample
#936521 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936521;
Background color
Panel with #936521 background
background-color: #936521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936521; background: linear-gradient(135deg, #936521, #759321);