#954521
a dark, vivid orange · warm · closest name: sienna
RGB
149, 69, 33
HSL
19°, 64%, 36%
CMYK
0, 54, 78, 42
Luminance
0.1076
Every format
| HEX | #954521 |
| RGB | rgb(149, 69, 33) |
| HSL | hsl(19, 64%, 36%) |
| CMYK | cmyk(0%, 54%, 78%, 42%) |
| LAB | lab(39.2 31.2 36.5) |
| LCH | lch(39.2 48.0 49.5) |
| OKLCH | oklch(0.487 0.118 43.0) |
Copy-ready code
/* CSS */
color: #954521;
background-color: #954521;
/* Tailwind (arbitrary) */
class="text-[#954521] bg-[#954521]"
/* SCSS */
$brand: #954521;
/* SwiftUI */
Color(red: 0.584, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#954521")Accessibility — WCAG contrast
Aa
#954521 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954521 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow77.9%
Key (black)41.6%
Color previews
#954521 text on a black background
contrast 3.15:1
Card sample
#954521 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954521;
Background color
Panel with #954521 background
background-color: #954521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954521; background: linear-gradient(135deg, #954521, #959221);