#935421
a dark, vivid orange · warm · closest name: sienna
RGB
147, 84, 33
HSL
27°, 63%, 35%
CMYK
0, 43, 78, 42
Luminance
0.1265
Every format
| HEX | #935421 |
| RGB | rgb(147, 84, 33) |
| HSL | hsl(27, 63%, 35%) |
| CMYK | cmyk(0%, 43%, 78%, 42%) |
| LAB | lab(42.2 22.0 39.6) |
| LCH | lch(42.2 45.3 60.9) |
| OKLCH | oklch(0.510 0.105 55.9) |
Copy-ready code
/* CSS */
color: #935421;
background-color: #935421;
/* Tailwind (arbitrary) */
class="text-[#935421] bg-[#935421]"
/* SCSS */
$brand: #935421;
/* SwiftUI */
Color(red: 0.576, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#935421")Accessibility — WCAG contrast
Aa
#935421 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#935421 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow77.6%
Key (black)42.4%
Color previews
#935421 text on a black background
contrast 3.53:1
Card sample
#935421 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935421;
Background color
Panel with #935421 background
background-color: #935421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935421; background: linear-gradient(135deg, #935421, #869321);