#952949
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
149, 41, 73
HSL
342°, 57%, 37%
CMYK
0, 73, 51, 42
Luminance
0.0846
Every format
| HEX | #952949 |
| RGB | rgb(149, 41, 73) |
| HSL | hsl(342, 57%, 37%) |
| CMYK | cmyk(0%, 73%, 51%, 42%) |
| LAB | lab(34.9 47.0 7.0) |
| LCH | lch(34.9 47.5 8.5) |
| OKLCH | oklch(0.458 0.144 7.2) |
Copy-ready code
/* CSS */
color: #952949;
background-color: #952949;
/* Tailwind (arbitrary) */
class="text-[#952949] bg-[#952949]"
/* SCSS */
$brand: #952949;
/* SwiftUI */
Color(red: 0.584, green: 0.161, blue: 0.286)
/* Android */
Color.parseColor("#952949")Accessibility — WCAG contrast
Aa
#952949 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#952949 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green16.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow51.0%
Key (black)41.6%
Color previews
#952949 text on a black background
contrast 2.69:1
Card sample
#952949 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952949;
Background color
Panel with #952949 background
background-color: #952949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 41, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 41, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952949; background: linear-gradient(135deg, #952949, #955129);