#954535
a dark, vivid red · warm · closest name: sienna
RGB
149, 69, 53
HSL
10°, 48%, 40%
CMYK
0, 54, 64, 42
Luminance
0.1090
Every format
| HEX | #954535 |
| RGB | rgb(149, 69, 53) |
| HSL | hsl(10, 48%, 40%) |
| CMYK | cmyk(0%, 54%, 64%, 42%) |
| LAB | lab(39.4 32.3 25.5) |
| LCH | lch(39.4 41.2 38.3) |
| OKLCH | oklch(0.490 0.112 32.8) |
Copy-ready code
/* CSS */
color: #954535;
background-color: #954535;
/* Tailwind (arbitrary) */
class="text-[#954535] bg-[#954535]"
/* SCSS */
$brand: #954535;
/* SwiftUI */
Color(red: 0.584, green: 0.271, blue: 0.208)
/* Android */
Color.parseColor("#954535")Accessibility — WCAG contrast
Aa
#954535 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954535 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green27.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow64.4%
Key (black)41.6%
Color previews
#954535 text on a black background
contrast 3.18:1
Card sample
#954535 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954535;
Background color
Panel with #954535 background
background-color: #954535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 69, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 69, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954535; background: linear-gradient(135deg, #954535, #958535);