#df2d5f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 95
HSL
343°, 74%, 53%
CMYK
0, 80, 57, 13
Luminance
0.1839
Every format
| HEX | #df2d5f |
| RGB | rgb(223, 45, 95) |
| HSL | hsl(343, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 57%, 13%) |
| LAB | lab(50.0 68.6 16.3) |
| LCH | lch(50.0 70.5 13.3) |
| OKLCH | oklch(0.596 0.212 11.0) |
Copy-ready code
/* CSS */
color: #df2d5f;
background-color: #df2d5f;
/* Tailwind (arbitrary) */
class="text-[#df2d5f] bg-[#df2d5f]"
/* SCSS */
$brand: #df2d5f;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.373)
/* Android */
Color.parseColor("#df2d5f")Accessibility — WCAG contrast
Aa
#df2d5f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d5f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow57.4%
Key (black)12.5%
Color previews
#df2d5f text on a black background
contrast 4.68:1
Card sample
#df2d5f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d5f;
Background color
Panel with #df2d5f background
background-color: #df2d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d5f; background: linear-gradient(135deg, #df2d5f, #DF712D);