#df57df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 87, 223
HSL
300°, 68%, 61%
CMYK
0, 61, 0, 13
Luminance
0.2783
Every format
| HEX | #df57df |
| RGB | rgb(223, 87, 223) |
| HSL | hsl(300, 68%, 61%) |
| CMYK | cmyk(0%, 61%, 0%, 13%) |
| LAB | lab(59.7 69.4 -44.2) |
| LCH | lch(59.7 82.3 327.5) |
| OKLCH | oklch(0.682 0.229 327.7) |
Copy-ready code
/* CSS */
color: #df57df;
background-color: #df57df;
/* Tailwind (arbitrary) */
class="text-[#df57df] bg-[#df57df]"
/* SCSS */
$brand: #df57df;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#df57df")Accessibility — WCAG contrast
Aa
#df57df on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df57df on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow0.0%
Key (black)12.5%
Color previews
#df57df text on a black background
contrast 6.57:1
Card sample
#df57df text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df57df;
Background color
Panel with #df57df background
background-color: #df57df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df57df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df57df; background: linear-gradient(135deg, #df57df, #DF5784);