#df487d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 72, 125
HSL
339°, 70%, 58%
CMYK
0, 68, 44, 13
Luminance
0.2180
Every format
| HEX | #df487d |
| RGB | rgb(223, 72, 125) |
| HSL | hsl(339, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 44%, 13%) |
| LAB | lab(53.8 62.3 3.6) |
| LCH | lch(53.8 62.4 3.3) |
| OKLCH | oklch(0.627 0.191 3.0) |
Copy-ready code
/* CSS */
color: #df487d;
background-color: #df487d;
/* Tailwind (arbitrary) */
class="text-[#df487d] bg-[#df487d]"
/* SCSS */
$brand: #df487d;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.490)
/* Android */
Color.parseColor("#df487d")Accessibility — WCAG contrast
Aa
#df487d on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df487d on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow43.9%
Key (black)12.5%
Color previews
#df487d text on a black background
contrast 5.36:1
Card sample
#df487d text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df487d;
Background color
Panel with #df487d background
background-color: #df487d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df487d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df487d; background: linear-gradient(135deg, #df487d, #DF7748);