#df4c82
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 76, 130
HSL
338°, 70%, 59%
CMYK
0, 66, 42, 13
Luminance
0.2247
Every format
| HEX | #df4c82 |
| RGB | rgb(223, 76, 130) |
| HSL | hsl(338, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 42%, 13%) |
| LAB | lab(54.5 61.3 1.6) |
| LCH | lch(54.5 61.3 1.5) |
| OKLCH | oklch(0.632 0.187 1.5) |
Copy-ready code
/* CSS */
color: #df4c82;
background-color: #df4c82;
/* Tailwind (arbitrary) */
class="text-[#df4c82] bg-[#df4c82]"
/* SCSS */
$brand: #df4c82;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.510)
/* Android */
Color.parseColor("#df4c82")Accessibility — WCAG contrast
Aa
#df4c82 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c82 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow41.7%
Key (black)12.5%
Color previews
#df4c82 text on a black background
contrast 5.49:1
Card sample
#df4c82 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c82;
Background color
Panel with #df4c82 background
background-color: #df4c82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c82; background: linear-gradient(135deg, #df4c82, #DF784C);