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