#d9104f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
217, 16, 79
HSL
341°, 86%, 46%
CMYK
0, 93, 64, 15
Luminance
0.1569
Every format
| HEX | #d9104f |
| RGB | rgb(217, 16, 79) |
| HSL | hsl(341, 86%, 46%) |
| CMYK | cmyk(0%, 93%, 64%, 15%) |
| LAB | lab(46.6 71.6 21.3) |
| LCH | lch(46.6 74.7 16.6) |
| OKLCH | oklch(0.568 0.221 13.4) |
Copy-ready code
/* CSS */
color: #d9104f;
background-color: #d9104f;
/* Tailwind (arbitrary) */
class="text-[#d9104f] bg-[#d9104f]"
/* SCSS */
$brand: #d9104f;
/* SwiftUI */
Color(red: 0.851, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#d9104f")Accessibility — WCAG contrast
Aa
#d9104f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d9104f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow63.6%
Key (black)14.9%
Color previews
#d9104f text on a black background
contrast 4.14:1
Card sample
#d9104f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9104f;
Background color
Panel with #d9104f background
background-color: #d9104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9104f; background: linear-gradient(135deg, #d9104f, #D95710);