#df327c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 50, 124
HSL
334°, 73%, 54%
CMYK
0, 78, 44, 13
Luminance
0.1942
Every format
| HEX | #df327c |
| RGB | rgb(223, 50, 124) |
| HSL | hsl(334, 73%, 54%) |
| CMYK | cmyk(0%, 78%, 44%, 13%) |
| LAB | lab(51.2 69.5 0.4) |
| LCH | lch(51.2 69.5 0.3) |
| OKLCH | oklch(0.607 0.214 0.5) |
Copy-ready code
/* CSS */
color: #df327c;
background-color: #df327c;
/* Tailwind (arbitrary) */
class="text-[#df327c] bg-[#df327c]"
/* SCSS */
$brand: #df327c;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.486)
/* Android */
Color.parseColor("#df327c")Accessibility — WCAG contrast
Aa
#df327c on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df327c on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow44.4%
Key (black)12.5%
Color previews
#df327c text on a black background
contrast 4.88:1
Card sample
#df327c text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df327c;
Background color
Panel with #df327c background
background-color: #df327c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df327c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df327c; background: linear-gradient(135deg, #df327c, #DF5B32);