#df99c9
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 153, 201
HSL
319°, 52%, 74%
CMYK
0, 31, 10, 13
Luminance
0.4269
Every format
| HEX | #df99c9 |
| RGB | rgb(223, 153, 201) |
| HSL | hsl(319, 52%, 74%) |
| CMYK | cmyk(0%, 31%, 10%, 13%) |
| LAB | lab(71.3 33.4 -14.0) |
| LCH | lch(71.3 36.2 337.2) |
| OKLCH | oklch(0.766 0.104 338.9) |
Copy-ready code
/* CSS */
color: #df99c9;
background-color: #df99c9;
/* Tailwind (arbitrary) */
class="text-[#df99c9] bg-[#df99c9]"
/* SCSS */
$brand: #df99c9;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.788)
/* Android */
Color.parseColor("#df99c9")Accessibility — WCAG contrast
Aa
#df99c9 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df99c9 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow9.9%
Key (black)12.5%
Color previews
#df99c9 text on a black background
contrast 9.54:1
Card sample
#df99c9 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df99c9;
Background color
Panel with #df99c9 background
background-color: #df99c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df99c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df99c9; background: linear-gradient(135deg, #df99c9, #DF999A);