#df348d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 52, 141
HSL
329°, 73%, 54%
CMYK
0, 77, 37, 13
Luminance
0.2007
Every format
| HEX | #df348d |
| RGB | rgb(223, 52, 141) |
| HSL | hsl(329, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 37%, 13%) |
| LAB | lab(51.9 70.6 -8.8) |
| LCH | lch(51.9 71.1 352.9) |
| OKLCH | oklch(0.614 0.218 354.1) |
Copy-ready code
/* CSS */
color: #df348d;
background-color: #df348d;
/* Tailwind (arbitrary) */
class="text-[#df348d] bg-[#df348d]"
/* SCSS */
$brand: #df348d;
/* SwiftUI */
Color(red: 0.875, green: 0.204, blue: 0.553)
/* Android */
Color.parseColor("#df348d")Accessibility — WCAG contrast
Aa
#df348d on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df348d on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.4%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow36.8%
Key (black)12.5%
Color previews
#df348d text on a black background
contrast 5.01:1
Card sample
#df348d text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df348d;
Background color
Panel with #df348d background
background-color: #df348d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df348d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 52, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 52, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df348d; background: linear-gradient(135deg, #df348d, #DF4D34);