#df99c1
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 153, 193
HSL
326°, 52%, 74%
CMYK
0, 31, 14, 13
Luminance
0.4232
Every format
| HEX | #df99c1 |
| RGB | rgb(223, 153, 193) |
| HSL | hsl(326, 52%, 74%) |
| CMYK | cmyk(0%, 31%, 14%, 13%) |
| LAB | lab(71.1 32.1 -10.0) |
| LCH | lch(71.1 33.6 342.7) |
| OKLCH | oklch(0.763 0.098 344.4) |
Copy-ready code
/* CSS */
color: #df99c1;
background-color: #df99c1;
/* Tailwind (arbitrary) */
class="text-[#df99c1] bg-[#df99c1]"
/* SCSS */
$brand: #df99c1;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.757)
/* Android */
Color.parseColor("#df99c1")Accessibility — WCAG contrast
Aa
#df99c1 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df99c1 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow13.5%
Key (black)12.5%
Color previews
#df99c1 text on a black background
contrast 9.46:1
Card sample
#df99c1 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df99c1;
Background color
Panel with #df99c1 background
background-color: #df99c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df99c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df99c1; background: linear-gradient(135deg, #df99c1, #DFA099);