#d7104f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
215, 16, 79
HSL
341°, 86%, 45%
CMYK
0, 93, 63, 16
Luminance
0.1538
Every format
| HEX | #d7104f |
| RGB | rgb(215, 16, 79) |
| HSL | hsl(341, 86%, 45%) |
| CMYK | cmyk(0%, 93%, 63%, 16%) |
| LAB | lab(46.2 71.1 20.7) |
| LCH | lch(46.2 74.0 16.2) |
| OKLCH | oklch(0.564 0.220 13.2) |
Copy-ready code
/* CSS */
color: #d7104f;
background-color: #d7104f;
/* Tailwind (arbitrary) */
class="text-[#d7104f] bg-[#d7104f]"
/* SCSS */
$brand: #d7104f;
/* SwiftUI */
Color(red: 0.843, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#d7104f")Accessibility — WCAG contrast
Aa
#d7104f on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d7104f on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow63.3%
Key (black)15.7%
Color previews
#d7104f text on a black background
contrast 4.08:1
Card sample
#d7104f text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7104f;
Background color
Panel with #d7104f background
background-color: #d7104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7104f; background: linear-gradient(135deg, #d7104f, #D75610);