#df98c0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 152, 192
HSL
326°, 53%, 74%
CMYK
0, 32, 14, 13
Luminance
0.4195
Every format
| HEX | #df98c0 |
| RGB | rgb(223, 152, 192) |
| HSL | hsl(326, 53%, 74%) |
| CMYK | cmyk(0%, 32%, 14%, 13%) |
| LAB | lab(70.8 32.5 -9.8) |
| LCH | lch(70.8 33.9 343.2) |
| OKLCH | oklch(0.761 0.099 344.9) |
Copy-ready code
/* CSS */
color: #df98c0;
background-color: #df98c0;
/* Tailwind (arbitrary) */
class="text-[#df98c0] bg-[#df98c0]"
/* SCSS */
$brand: #df98c0;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.753)
/* Android */
Color.parseColor("#df98c0")Accessibility — WCAG contrast
Aa
#df98c0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df98c0 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow13.9%
Key (black)12.5%
Color previews
#df98c0 text on a black background
contrast 9.39:1
Card sample
#df98c0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df98c0;
Background color
Panel with #df98c0 background
background-color: #df98c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df98c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df98c0; background: linear-gradient(135deg, #df98c0, #DF9F98);