#df358c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 53, 140
HSL
329°, 73%, 54%
CMYK
0, 76, 37, 13
Luminance
0.2013
Every format
| HEX | #df358c |
| RGB | rgb(223, 53, 140) |
| HSL | hsl(329, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 37%, 13%) |
| LAB | lab(52.0 70.2 -8.1) |
| LCH | lch(52.0 70.7 353.4) |
| OKLCH | oklch(0.615 0.217 354.6) |
Copy-ready code
/* CSS */
color: #df358c;
background-color: #df358c;
/* Tailwind (arbitrary) */
class="text-[#df358c] bg-[#df358c]"
/* SCSS */
$brand: #df358c;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.549)
/* Android */
Color.parseColor("#df358c")Accessibility — WCAG contrast
Aa
#df358c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df358c on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow37.2%
Key (black)12.5%
Color previews
#df358c text on a black background
contrast 5.03:1
Card sample
#df358c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df358c;
Background color
Panel with #df358c background
background-color: #df358c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df358c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df358c; background: linear-gradient(135deg, #df358c, #DF4F35);