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