#df99d0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 153, 208
HSL
313°, 52%, 74%
CMYK
0, 31, 7, 13
Luminance
0.4302
Every format
| HEX | #df99d0 |
| RGB | rgb(223, 153, 208) |
| HSL | hsl(313, 52%, 74%) |
| CMYK | cmyk(0%, 31%, 7%, 13%) |
| LAB | lab(71.6 34.6 -17.6) |
| LCH | lch(71.6 38.8 333.1) |
| OKLCH | oklch(0.769 0.110 334.6) |
Copy-ready code
/* CSS */
color: #df99d0;
background-color: #df99d0;
/* Tailwind (arbitrary) */
class="text-[#df99d0] bg-[#df99d0]"
/* SCSS */
$brand: #df99d0;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.816)
/* Android */
Color.parseColor("#df99d0")Accessibility — WCAG contrast
Aa
#df99d0 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df99d0 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow6.7%
Key (black)12.5%
Color previews
#df99d0 text on a black background
contrast 9.60:1
Card sample
#df99d0 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df99d0;
Background color
Panel with #df99d0 background
background-color: #df99d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df99d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df99d0; background: linear-gradient(135deg, #df99d0, #DF99A1);