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