#df91d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 145, 212
HSL
309°, 55%, 72%
CMYK
0, 35, 5, 13
Luminance
0.4069
Every format
| HEX | #df91d4 |
| RGB | rgb(223, 145, 212) |
| HSL | hsl(309, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 5%, 13%) |
| LAB | lab(70.0 39.6 -22.2) |
| LCH | lch(70.0 45.4 330.7) |
| OKLCH | oklch(0.757 0.127 331.9) |
Copy-ready code
/* CSS */
color: #df91d4;
background-color: #df91d4;
/* Tailwind (arbitrary) */
class="text-[#df91d4] bg-[#df91d4]"
/* SCSS */
$brand: #df91d4;
/* SwiftUI */
Color(red: 0.875, green: 0.569, blue: 0.831)
/* Android */
Color.parseColor("#df91d4")Accessibility — WCAG contrast
Aa
#df91d4 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df91d4 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow4.9%
Key (black)12.5%
Color previews
#df91d4 text on a black background
contrast 9.14:1
Card sample
#df91d4 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df91d4;
Background color
Panel with #df91d4 background
background-color: #df91d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df91d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 145, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 145, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df91d4; background: linear-gradient(135deg, #df91d4, #DF91A0);