#914049
a dark, soft red · warm · closest name: sienna
RGB
145, 64, 73
HSL
353°, 39%, 41%
CMYK
0, 56, 50, 43
Luminance
0.1017
Every format
| HEX | #914049 |
| RGB | rgb(145, 64, 73) |
| HSL | hsl(353, 39%, 41%) |
| CMYK | cmyk(0%, 56%, 50%, 43%) |
| LAB | lab(38.1 35.1 11.4) |
| LCH | lch(38.1 36.9 18.0) |
| OKLCH | oklch(0.480 0.110 15.3) |
Copy-ready code
/* CSS */
color: #914049;
background-color: #914049;
/* Tailwind (arbitrary) */
class="text-[#914049] bg-[#914049]"
/* SCSS */
$brand: #914049;
/* SwiftUI */
Color(red: 0.569, green: 0.251, blue: 0.286)
/* Android */
Color.parseColor("#914049")Accessibility — WCAG contrast
Aa
#914049 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914049 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green25.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow49.7%
Key (black)43.1%
Color previews
#914049 text on a black background
contrast 3.03:1
Card sample
#914049 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914049;
Background color
Panel with #914049 background
background-color: #914049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 64, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 64, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914049; background: linear-gradient(135deg, #914049, #916D40);