#df91c7
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 145, 199
HSL
319°, 55%, 72%
CMYK
0, 35, 11, 13
Luminance
0.4006
Every format
| HEX | #df91c7 |
| RGB | rgb(223, 145, 199) |
| HSL | hsl(319, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 11%, 13%) |
| LAB | lab(69.5 37.3 -15.7) |
| LCH | lch(69.5 40.5 337.2) |
| OKLCH | oklch(0.752 0.116 338.9) |
Copy-ready code
/* CSS */
color: #df91c7;
background-color: #df91c7;
/* Tailwind (arbitrary) */
class="text-[#df91c7] bg-[#df91c7]"
/* SCSS */
$brand: #df91c7;
/* SwiftUI */
Color(red: 0.875, green: 0.569, blue: 0.780)
/* Android */
Color.parseColor("#df91c7")Accessibility — WCAG contrast
Aa
#df91c7 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df91c7 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow10.8%
Key (black)12.5%
Color previews
#df91c7 text on a black background
contrast 9.01:1
Card sample
#df91c7 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df91c7;
Background color
Panel with #df91c7 background
background-color: #df91c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df91c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 145, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 145, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df91c7; background: linear-gradient(135deg, #df91c7, #DF9193);