#df326d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 50, 109
HSL
340°, 73%, 54%
CMYK
0, 78, 51, 13
Luminance
0.1907
Every format
| HEX | #df326d |
| RGB | rgb(223, 50, 109) |
| HSL | hsl(340, 73%, 54%) |
| CMYK | cmyk(0%, 78%, 51%, 13%) |
| LAB | lab(50.8 68.3 8.8) |
| LCH | lch(50.8 68.8 7.4) |
| OKLCH | oklch(0.603 0.210 6.3) |
Copy-ready code
/* CSS */
color: #df326d;
background-color: #df326d;
/* Tailwind (arbitrary) */
class="text-[#df326d] bg-[#df326d]"
/* SCSS */
$brand: #df326d;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.427)
/* Android */
Color.parseColor("#df326d")Accessibility — WCAG contrast
Aa
#df326d on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df326d on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow51.1%
Key (black)12.5%
Color previews
#df326d text on a black background
contrast 4.81:1
Card sample
#df326d text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df326d;
Background color
Panel with #df326d background
background-color: #df326d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df326d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df326d; background: linear-gradient(135deg, #df326d, #DF6A32);