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