#df97d6
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 151, 214
HSL
308°, 53%, 73%
CMYK
0, 32, 4, 13
Luminance
0.4268
Every format
| HEX | #df97d6 |
| RGB | rgb(223, 151, 214) |
| HSL | hsl(308, 53%, 73%) |
| CMYK | cmyk(0%, 32%, 4%, 13%) |
| LAB | lab(71.3 36.7 -21.2) |
| LCH | lch(71.3 42.4 330.0) |
| OKLCH | oklch(0.767 0.118 331.1) |
Copy-ready code
/* CSS */
color: #df97d6;
background-color: #df97d6;
/* Tailwind (arbitrary) */
class="text-[#df97d6] bg-[#df97d6]"
/* SCSS */
$brand: #df97d6;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.839)
/* Android */
Color.parseColor("#df97d6")Accessibility — WCAG contrast
Aa
#df97d6 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df97d6 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow4.0%
Key (black)12.5%
Color previews
#df97d6 text on a black background
contrast 9.54:1
Card sample
#df97d6 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df97d6;
Background color
Panel with #df97d6 background
background-color: #df97d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df97d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df97d6; background: linear-gradient(135deg, #df97d6, #DF97A6);