#df8fdc
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 143, 220
HSL
302°, 56%, 72%
CMYK
0, 36, 1, 13
Luminance
0.4050
Every format
| HEX | #df8fdc |
| RGB | rgb(223, 143, 220) |
| HSL | hsl(302, 56%, 72%) |
| CMYK | cmyk(0%, 36%, 1%, 13%) |
| LAB | lab(69.8 42.0 -26.8) |
| LCH | lch(69.8 49.9 327.5) |
| OKLCH | oklch(0.757 0.138 328.1) |
Copy-ready code
/* CSS */
color: #df8fdc;
background-color: #df8fdc;
/* Tailwind (arbitrary) */
class="text-[#df8fdc] bg-[#df8fdc]"
/* SCSS */
$brand: #df8fdc;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.863)
/* Android */
Color.parseColor("#df8fdc")Accessibility — WCAG contrast
Aa
#df8fdc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fdc on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow1.3%
Key (black)12.5%
Color previews
#df8fdc text on a black background
contrast 9.10:1
Card sample
#df8fdc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fdc;
Background color
Panel with #df8fdc background
background-color: #df8fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fdc; background: linear-gradient(135deg, #df8fdc, #DF8FA7);