#df105d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 16, 93
HSL
338°, 87%, 47%
CMYK
0, 93, 58, 13
Luminance
0.1685
Every format
| HEX | #df105d |
| RGB | rgb(223, 16, 93) |
| HSL | hsl(338, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 58%, 13%) |
| LAB | lab(48.1 73.8 14.9) |
| LCH | lch(48.1 75.3 11.4) |
| OKLCH | oklch(0.582 0.227 9.4) |
Copy-ready code
/* CSS */
color: #df105d;
background-color: #df105d;
/* Tailwind (arbitrary) */
class="text-[#df105d] bg-[#df105d]"
/* SCSS */
$brand: #df105d;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.365)
/* Android */
Color.parseColor("#df105d")Accessibility — WCAG contrast
Aa
#df105d on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df105d on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow58.3%
Key (black)12.5%
Color previews
#df105d text on a black background
contrast 4.37:1
Card sample
#df105d text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df105d;
Background color
Panel with #df105d background
background-color: #df105d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df105d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df105d; background: linear-gradient(135deg, #df105d, #DF4D10);