#935b21
a dark, vivid orange · warm · closest name: sienna
RGB
147, 91, 33
HSL
31°, 63%, 35%
CMYK
0, 38, 78, 42
Luminance
0.1380
Every format
| HEX | #935b21 |
| RGB | rgb(147, 91, 33) |
| HSL | hsl(31, 63%, 35%) |
| CMYK | cmyk(0%, 38%, 78%, 42%) |
| LAB | lab(43.9 18.0 41.3) |
| LCH | lch(43.9 45.0 66.4) |
| OKLCH | oklch(0.523 0.102 62.6) |
Copy-ready code
/* CSS */
color: #935b21;
background-color: #935b21;
/* Tailwind (arbitrary) */
class="text-[#935b21] bg-[#935b21]"
/* SCSS */
$brand: #935b21;
/* SwiftUI */
Color(red: 0.576, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#935b21")Accessibility — WCAG contrast
Aa
#935b21 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#935b21 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow77.6%
Key (black)42.4%
Color previews
#935b21 text on a black background
contrast 3.76:1
Card sample
#935b21 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935b21;
Background color
Panel with #935b21 background
background-color: #935b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935b21; background: linear-gradient(135deg, #935b21, #7F9321);