#df90cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 144, 207
HSL
312°, 55%, 72%
CMYK
0, 35, 7, 13
Luminance
0.4014
Every format
| HEX | #df90cf |
| RGB | rgb(223, 144, 207) |
| HSL | hsl(312, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 7%, 13%) |
| LAB | lab(69.6 39.2 -20.0) |
| LCH | lch(69.6 44.0 332.9) |
| OKLCH | oklch(0.753 0.124 334.4) |
Copy-ready code
/* CSS */
color: #df90cf;
background-color: #df90cf;
/* Tailwind (arbitrary) */
class="text-[#df90cf] bg-[#df90cf]"
/* SCSS */
$brand: #df90cf;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#df90cf")Accessibility — WCAG contrast
Aa
#df90cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df90cf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow7.2%
Key (black)12.5%
Color previews
#df90cf text on a black background
contrast 9.03:1
Card sample
#df90cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df90cf;
Background color
Panel with #df90cf background
background-color: #df90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df90cf; background: linear-gradient(135deg, #df90cf, #DF909A);