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