#df97d1
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 151, 209
HSL
312°, 53%, 73%
CMYK
0, 32, 6, 13
Luminance
0.4242
Every format
| HEX | #df97d1 |
| RGB | rgb(223, 151, 209) |
| HSL | hsl(312, 53%, 73%) |
| CMYK | cmyk(0%, 32%, 6%, 13%) |
| LAB | lab(71.2 35.9 -18.7) |
| LCH | lch(71.2 40.5 332.4) |
| OKLCH | oklch(0.766 0.114 333.8) |
Copy-ready code
/* CSS */
color: #df97d1;
background-color: #df97d1;
/* Tailwind (arbitrary) */
class="text-[#df97d1] bg-[#df97d1]"
/* SCSS */
$brand: #df97d1;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.820)
/* Android */
Color.parseColor("#df97d1")Accessibility — WCAG contrast
Aa
#df97d1 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df97d1 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow6.3%
Key (black)12.5%
Color previews
#df97d1 text on a black background
contrast 9.48:1
Card sample
#df97d1 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df97d1;
Background color
Panel with #df97d1 background
background-color: #df97d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df97d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df97d1; background: linear-gradient(135deg, #df97d1, #DF97A1);