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