#df5dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 93, 172
HSL
324°, 67%, 62%
CMYK
0, 58, 23, 13
Luminance
0.2650
Every format
| HEX | #df5dac |
| RGB | rgb(223, 93, 172) |
| HSL | hsl(324, 67%, 62%) |
| CMYK | cmyk(0%, 58%, 23%, 13%) |
| LAB | lab(58.5 59.1 -17.1) |
| LCH | lch(58.5 61.5 343.9) |
| OKLCH | oklch(0.666 0.183 345.7) |
Copy-ready code
/* CSS */
color: #df5dac;
background-color: #df5dac;
/* Tailwind (arbitrary) */
class="text-[#df5dac] bg-[#df5dac]"
/* SCSS */
$brand: #df5dac;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.675)
/* Android */
Color.parseColor("#df5dac")Accessibility — WCAG contrast
Aa
#df5dac on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5dac on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow22.9%
Key (black)12.5%
Color previews
#df5dac text on a black background
contrast 6.30:1
Card sample
#df5dac text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5dac;
Background color
Panel with #df5dac background
background-color: #df5dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5dac; background: linear-gradient(135deg, #df5dac, #DF655D);