#936210
a dark, electric orange · warm · closest name: peru
RGB
147, 98, 16
HSL
38°, 80%, 32%
CMYK
0, 33, 89, 42
Luminance
0.1498
Every format
| HEX | #936210 |
| RGB | rgb(147, 98, 16) |
| HSL | hsl(38, 80%, 32%) |
| CMYK | cmyk(0%, 33%, 89%, 42%) |
| LAB | lab(45.6 13.4 49.3) |
| LCH | lch(45.6 51.0 74.8) |
| OKLCH | oklch(0.536 0.109 73.2) |
Copy-ready code
/* CSS */
color: #936210;
background-color: #936210;
/* Tailwind (arbitrary) */
class="text-[#936210] bg-[#936210]"
/* SCSS */
$brand: #936210;
/* SwiftUI */
Color(red: 0.576, green: 0.384, blue: 0.063)
/* Android */
Color.parseColor("#936210")Accessibility — WCAG contrast
Aa
#936210 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936210 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green38.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow89.1%
Key (black)42.4%
Color previews
#936210 text on a black background
contrast 4.00:1
Card sample
#936210 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936210;
Background color
Panel with #936210 background
background-color: #936210;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936210;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 98, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 98, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936210; background: linear-gradient(135deg, #936210, #6D9310);