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