#df359d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 53, 157
HSL
323°, 73%, 54%
CMYK
0, 76, 30, 13
Luminance
0.2067
Every format
| HEX | #df359d |
| RGB | rgb(223, 53, 157) |
| HSL | hsl(323, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 30%, 13%) |
| LAB | lab(52.6 72.0 -17.3) |
| LCH | lch(52.6 74.1 346.5) |
| OKLCH | oklch(0.621 0.225 348.3) |
Copy-ready code
/* CSS */
color: #df359d;
background-color: #df359d;
/* Tailwind (arbitrary) */
class="text-[#df359d] bg-[#df359d]"
/* SCSS */
$brand: #df359d;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.616)
/* Android */
Color.parseColor("#df359d")Accessibility — WCAG contrast
Aa
#df359d on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df359d on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow29.6%
Key (black)12.5%
Color previews
#df359d text on a black background
contrast 5.13:1
Card sample
#df359d text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df359d;
Background color
Panel with #df359d background
background-color: #df359d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df359d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df359d; background: linear-gradient(135deg, #df359d, #DF3E35);