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