#954321
a dark, vivid orange · warm · closest name: sienna
RGB
149, 67, 33
HSL
18°, 64%, 36%
CMYK
0, 55, 78, 42
Luminance
0.1051
Every format
| HEX | #954321 |
| RGB | rgb(149, 67, 33) |
| HSL | hsl(18, 64%, 36%) |
| CMYK | cmyk(0%, 55%, 78%, 42%) |
| LAB | lab(38.8 32.3 36.1) |
| LCH | lch(38.8 48.4 48.2) |
| OKLCH | oklch(0.484 0.120 41.6) |
Copy-ready code
/* CSS */
color: #954321;
background-color: #954321;
/* Tailwind (arbitrary) */
class="text-[#954321] bg-[#954321]"
/* SCSS */
$brand: #954321;
/* SwiftUI */
Color(red: 0.584, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#954321")Accessibility — WCAG contrast
Aa
#954321 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954321 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow77.9%
Key (black)41.6%
Color previews
#954321 text on a black background
contrast 3.10:1
Card sample
#954321 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954321;
Background color
Panel with #954321 background
background-color: #954321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954321; background: linear-gradient(135deg, #954321, #959021);