#df95c9
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 149, 201
HSL
318°, 54%, 73%
CMYK
0, 33, 10, 13
Luminance
0.4140
Every format
| HEX | #df95c9 |
| RGB | rgb(223, 149, 201) |
| HSL | hsl(318, 54%, 73%) |
| CMYK | cmyk(0%, 33%, 10%, 13%) |
| LAB | lab(70.5 35.5 -15.4) |
| LCH | lch(70.5 38.7 336.6) |
| OKLCH | oklch(0.759 0.111 338.3) |
Copy-ready code
/* CSS */
color: #df95c9;
background-color: #df95c9;
/* Tailwind (arbitrary) */
class="text-[#df95c9] bg-[#df95c9]"
/* SCSS */
$brand: #df95c9;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.788)
/* Android */
Color.parseColor("#df95c9")Accessibility — WCAG contrast
Aa
#df95c9 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df95c9 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow9.9%
Key (black)12.5%
Color previews
#df95c9 text on a black background
contrast 9.28:1
Card sample
#df95c9 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df95c9;
Background color
Panel with #df95c9 background
background-color: #df95c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df95c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df95c9; background: linear-gradient(135deg, #df95c9, #DF9598);