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