#df9cdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 223
HSL
300°, 51%, 74%
CMYK
0, 30, 0, 13
Luminance
0.4479
Every format
| HEX | #df9cdf |
| RGB | rgb(223, 156, 223) |
| HSL | hsl(300, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 0%, 13%) |
| LAB | lab(72.8 35.7 -24.0) |
| LCH | lch(72.8 43.0 326.1) |
| OKLCH | oklch(0.779 0.118 326.6) |
Copy-ready code
/* CSS */
color: #df9cdf;
background-color: #df9cdf;
/* Tailwind (arbitrary) */
class="text-[#df9cdf] bg-[#df9cdf]"
/* SCSS */
$brand: #df9cdf;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#df9cdf")Accessibility — WCAG contrast
Aa
#df9cdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9cdf on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#df9cdf text on a black background
contrast 9.96:1
Card sample
#df9cdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9cdf;
Background color
Panel with #df9cdf background
background-color: #df9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9cdf; background: linear-gradient(135deg, #df9cdf, #DF9CB2);