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