#df2d6f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 111
HSL
338°, 74%, 53%
CMYK
0, 80, 50, 13
Luminance
0.1871
Every format
| HEX | #df2d6f |
| RGB | rgb(223, 45, 111) |
| HSL | hsl(338, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 50%, 13%) |
| LAB | lab(50.4 69.8 7.0) |
| LCH | lch(50.4 70.1 5.8) |
| OKLCH | oklch(0.600 0.214 5.0) |
Copy-ready code
/* CSS */
color: #df2d6f;
background-color: #df2d6f;
/* Tailwind (arbitrary) */
class="text-[#df2d6f] bg-[#df2d6f]"
/* SCSS */
$brand: #df2d6f;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.435)
/* Android */
Color.parseColor("#df2d6f")Accessibility — WCAG contrast
Aa
#df2d6f on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d6f on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow50.2%
Key (black)12.5%
Color previews
#df2d6f text on a black background
contrast 4.74:1
Card sample
#df2d6f text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d6f;
Background color
Panel with #df2d6f background
background-color: #df2d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d6f; background: linear-gradient(135deg, #df2d6f, #DF622D);