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