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