#df98cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 152, 207
HSL
314°, 53%, 74%
CMYK
0, 32, 7, 13
Luminance
0.4265
Every format
| HEX | #df98cf |
| RGB | rgb(223, 152, 207) |
| HSL | hsl(314, 53%, 74%) |
| CMYK | cmyk(0%, 32%, 7%, 13%) |
| LAB | lab(71.3 35.0 -17.4) |
| LCH | lch(71.3 39.1 333.6) |
| OKLCH | oklch(0.766 0.110 335.1) |
Copy-ready code
/* CSS */
color: #df98cf;
background-color: #df98cf;
/* Tailwind (arbitrary) */
class="text-[#df98cf] bg-[#df98cf]"
/* SCSS */
$brand: #df98cf;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#df98cf")Accessibility — WCAG contrast
Aa
#df98cf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df98cf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow7.2%
Key (black)12.5%
Color previews
#df98cf text on a black background
contrast 9.53:1
Card sample
#df98cf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df98cf;
Background color
Panel with #df98cf background
background-color: #df98cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df98cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df98cf; background: linear-gradient(135deg, #df98cf, #DF98A0);