#df356d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 53, 109
HSL
340°, 73%, 54%
CMYK
0, 76, 51, 13
Luminance
0.1934
Every format
| HEX | #df356d |
| RGB | rgb(223, 53, 109) |
| HSL | hsl(340, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 51%, 13%) |
| LAB | lab(51.1 67.4 9.3) |
| LCH | lch(51.1 68.0 7.8) |
| OKLCH | oklch(0.605 0.207 6.7) |
Copy-ready code
/* CSS */
color: #df356d;
background-color: #df356d;
/* Tailwind (arbitrary) */
class="text-[#df356d] bg-[#df356d]"
/* SCSS */
$brand: #df356d;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.427)
/* Android */
Color.parseColor("#df356d")Accessibility — WCAG contrast
Aa
#df356d on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df356d on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow51.1%
Key (black)12.5%
Color previews
#df356d text on a black background
contrast 4.87:1
Card sample
#df356d text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df356d;
Background color
Panel with #df356d background
background-color: #df356d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df356d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df356d; background: linear-gradient(135deg, #df356d, #DF6E35);