#df569d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 86, 157
HSL
329°, 68%, 61%
CMYK
0, 61, 30, 13
Luminance
0.2478
Every format
| HEX | #df569d |
| RGB | rgb(223, 86, 157) |
| HSL | hsl(329, 68%, 61%) |
| CMYK | cmyk(0%, 61%, 30%, 13%) |
| LAB | lab(56.9 60.1 -10.8) |
| LCH | lch(56.9 61.1 349.8) |
| OKLCH | oklch(0.652 0.185 351.3) |
Copy-ready code
/* CSS */
color: #df569d;
background-color: #df569d;
/* Tailwind (arbitrary) */
class="text-[#df569d] bg-[#df569d]"
/* SCSS */
$brand: #df569d;
/* SwiftUI */
Color(red: 0.875, green: 0.337, blue: 0.616)
/* Android */
Color.parseColor("#df569d")Accessibility — WCAG contrast
Aa
#df569d on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df569d on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow29.6%
Key (black)12.5%
Color previews
#df569d text on a black background
contrast 5.96:1
Card sample
#df569d text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df569d;
Background color
Panel with #df569d background
background-color: #df569d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df569d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 86, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 86, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df569d; background: linear-gradient(135deg, #df569d, #DF6A56);