#df2e7b
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 46, 123
HSL
334°, 73%, 53%
CMYK
0, 79, 45, 13
Luminance
0.1907
Every format
| HEX | #df2e7b |
| RGB | rgb(223, 46, 123) |
| HSL | hsl(334, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 45%, 13%) |
| LAB | lab(50.8 70.5 0.4) |
| LCH | lch(50.8 70.5 0.3) |
| OKLCH | oklch(0.604 0.217 0.5) |
Copy-ready code
/* CSS */
color: #df2e7b;
background-color: #df2e7b;
/* Tailwind (arbitrary) */
class="text-[#df2e7b] bg-[#df2e7b]"
/* SCSS */
$brand: #df2e7b;
/* SwiftUI */
Color(red: 0.875, green: 0.180, blue: 0.482)
/* Android */
Color.parseColor("#df2e7b")Accessibility — WCAG contrast
Aa
#df2e7b on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2e7b on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow44.8%
Key (black)12.5%
Color previews
#df2e7b text on a black background
contrast 4.81:1
Card sample
#df2e7b text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2e7b;
Background color
Panel with #df2e7b background
background-color: #df2e7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2e7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 46, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 46, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2e7b; background: linear-gradient(135deg, #df2e7b, #DF572E);