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