#df95d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 149, 212
HSL
309°, 54%, 73%
CMYK
0, 33, 5, 13
Luminance
0.4194
Every format
| HEX | #df95d4 |
| RGB | rgb(223, 149, 212) |
| HSL | hsl(309, 54%, 73%) |
| CMYK | cmyk(0%, 33%, 5%, 13%) |
| LAB | lab(70.8 37.4 -20.9) |
| LCH | lch(70.8 42.9 330.8) |
| OKLCH | oklch(0.763 0.120 332.1) |
Copy-ready code
/* CSS */
color: #df95d4;
background-color: #df95d4;
/* Tailwind (arbitrary) */
class="text-[#df95d4] bg-[#df95d4]"
/* SCSS */
$brand: #df95d4;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.831)
/* Android */
Color.parseColor("#df95d4")Accessibility — WCAG contrast
Aa
#df95d4 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df95d4 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow4.9%
Key (black)12.5%
Color previews
#df95d4 text on a black background
contrast 9.39:1
Card sample
#df95d4 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df95d4;
Background color
Panel with #df95d4 background
background-color: #df95d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df95d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df95d4; background: linear-gradient(135deg, #df95d4, #DF95A3);