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