#936c21
a dark, vivid orange · warm · closest name: peru
RGB
147, 108, 33
HSL
40°, 63%, 35%
CMYK
0, 27, 78, 42
Luminance
0.1704
Every format
| HEX | #936c21 |
| RGB | rgb(147, 108, 33) |
| HSL | hsl(40, 63%, 35%) |
| CMYK | cmyk(0%, 27%, 78%, 42%) |
| LAB | lab(48.3 8.2 45.5) |
| LCH | lch(48.3 46.3 79.8) |
| OKLCH | oklch(0.557 0.102 79.6) |
Copy-ready code
/* CSS */
color: #936c21;
background-color: #936c21;
/* Tailwind (arbitrary) */
class="text-[#936c21] bg-[#936c21]"
/* SCSS */
$brand: #936c21;
/* SwiftUI */
Color(red: 0.576, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#936c21")Accessibility — WCAG contrast
Aa
#936c21 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936c21 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow77.6%
Key (black)42.4%
Color previews
#936c21 text on a black background
contrast 4.41:1
Card sample
#936c21 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936c21;
Background color
Panel with #936c21 background
background-color: #936c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936c21; background: linear-gradient(135deg, #936c21, #6E9321);