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