#df2d7f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 127
HSL
332°, 74%, 53%
CMYK
0, 80, 43, 13
Luminance
0.1910
Every format
| HEX | #df2d7f |
| RGB | rgb(223, 45, 127) |
| HSL | hsl(332, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 43%, 13%) |
| LAB | lab(50.8 71.1 -2.0) |
| LCH | lch(50.8 71.2 358.4) |
| OKLCH | oklch(0.605 0.219 358.8) |
Copy-ready code
/* CSS */
color: #df2d7f;
background-color: #df2d7f;
/* Tailwind (arbitrary) */
class="text-[#df2d7f] bg-[#df2d7f]"
/* SCSS */
$brand: #df2d7f;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.498)
/* Android */
Color.parseColor("#df2d7f")Accessibility — WCAG contrast
Aa
#df2d7f on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d7f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow43.0%
Key (black)12.5%
Color previews
#df2d7f text on a black background
contrast 4.82:1
Card sample
#df2d7f text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d7f;
Background color
Panel with #df2d7f background
background-color: #df2d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d7f; background: linear-gradient(135deg, #df2d7f, #DF522D);