#df3f7e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 63, 126
HSL
336°, 71%, 56%
CMYK
0, 72, 44, 13
Luminance
0.2075
Every format
| HEX | #df3f7e |
| RGB | rgb(223, 63, 126) |
| HSL | hsl(336, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 44%, 13%) |
| LAB | lab(52.7 65.7 1.3) |
| LCH | lch(52.7 65.7 1.2) |
| OKLCH | oklch(0.618 0.201 1.2) |
Copy-ready code
/* CSS */
color: #df3f7e;
background-color: #df3f7e;
/* Tailwind (arbitrary) */
class="text-[#df3f7e] bg-[#df3f7e]"
/* SCSS */
$brand: #df3f7e;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.494)
/* Android */
Color.parseColor("#df3f7e")Accessibility — WCAG contrast
Aa
#df3f7e on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f7e on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow43.5%
Key (black)12.5%
Color previews
#df3f7e text on a black background
contrast 5.15:1
Card sample
#df3f7e text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f7e;
Background color
Panel with #df3f7e background
background-color: #df3f7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f7e; background: linear-gradient(135deg, #df3f7e, #DF6B3F);