#df2f6e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 47, 110
HSL
339°, 73%, 53%
CMYK
0, 79, 51, 13
Luminance
0.1885
Every format
| HEX | #df2f6e |
| RGB | rgb(223, 47, 110) |
| HSL | hsl(339, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 51%, 13%) |
| LAB | lab(50.5 69.2 7.9) |
| LCH | lch(50.5 69.6 6.5) |
| OKLCH | oklch(0.601 0.212 5.6) |
Copy-ready code
/* CSS */
color: #df2f6e;
background-color: #df2f6e;
/* Tailwind (arbitrary) */
class="text-[#df2f6e] bg-[#df2f6e]"
/* SCSS */
$brand: #df2f6e;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.431)
/* Android */
Color.parseColor("#df2f6e")Accessibility — WCAG contrast
Aa
#df2f6e on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2f6e on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow50.7%
Key (black)12.5%
Color previews
#df2f6e text on a black background
contrast 4.77:1
Card sample
#df2f6e text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f6e;
Background color
Panel with #df2f6e background
background-color: #df2f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f6e; background: linear-gradient(135deg, #df2f6e, #DF652F);