#df99d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 153, 212
HSL
309°, 52%, 74%
CMYK
0, 31, 5, 13
Luminance
0.4322
Every format
| HEX | #df99d4 |
| RGB | rgb(223, 153, 212) |
| HSL | hsl(309, 52%, 74%) |
| CMYK | cmyk(0%, 31%, 5%, 13%) |
| LAB | lab(71.7 35.3 -19.6) |
| LCH | lch(71.7 40.4 331.0) |
| OKLCH | oklch(0.770 0.113 332.3) |
Copy-ready code
/* CSS */
color: #df99d4;
background-color: #df99d4;
/* Tailwind (arbitrary) */
class="text-[#df99d4] bg-[#df99d4]"
/* SCSS */
$brand: #df99d4;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.831)
/* Android */
Color.parseColor("#df99d4")Accessibility — WCAG contrast
Aa
#df99d4 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df99d4 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow4.9%
Key (black)12.5%
Color previews
#df99d4 text on a black background
contrast 9.64:1
Card sample
#df99d4 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df99d4;
Background color
Panel with #df99d4 background
background-color: #df99d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df99d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df99d4; background: linear-gradient(135deg, #df99d4, #DF99A5);