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