#df287c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 40, 124
HSL
333°, 74%, 52%
CMYK
0, 82, 44, 13
Luminance
0.1866
Every format
| HEX | #df287c |
| RGB | rgb(223, 40, 124) |
| HSL | hsl(333, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 44%, 13%) |
| LAB | lab(50.3 72.1 -0.9) |
| LCH | lch(50.3 72.1 359.2) |
| OKLCH | oklch(0.601 0.222 359.6) |
Copy-ready code
/* CSS */
color: #df287c;
background-color: #df287c;
/* Tailwind (arbitrary) */
class="text-[#df287c] bg-[#df287c]"
/* SCSS */
$brand: #df287c;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.486)
/* Android */
Color.parseColor("#df287c")Accessibility — WCAG contrast
Aa
#df287c on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df287c on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow44.4%
Key (black)12.5%
Color previews
#df287c text on a black background
contrast 4.73:1
Card sample
#df287c text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df287c;
Background color
Panel with #df287c background
background-color: #df287c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df287c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df287c; background: linear-gradient(135deg, #df287c, #DF4E28);