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