#df91c3
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 145, 195
HSL
322°, 55%, 72%
CMYK
0, 35, 13, 13
Luminance
0.3988
Every format
| HEX | #df91c3 |
| RGB | rgb(223, 145, 195) |
| HSL | hsl(322, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 13%, 13%) |
| LAB | lab(69.4 36.7 -13.7) |
| LCH | lch(69.4 39.1 339.6) |
| OKLCH | oklch(0.750 0.113 341.3) |
Copy-ready code
/* CSS */
color: #df91c3;
background-color: #df91c3;
/* Tailwind (arbitrary) */
class="text-[#df91c3] bg-[#df91c3]"
/* SCSS */
$brand: #df91c3;
/* SwiftUI */
Color(red: 0.875, green: 0.569, blue: 0.765)
/* Android */
Color.parseColor("#df91c3")Accessibility — WCAG contrast
Aa
#df91c3 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df91c3 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.9%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow12.6%
Key (black)12.5%
Color previews
#df91c3 text on a black background
contrast 8.98:1
Card sample
#df91c3 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df91c3;
Background color
Panel with #df91c3 background
background-color: #df91c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df91c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 145, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 145, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df91c3; background: linear-gradient(135deg, #df91c3, #DF9391);