#df7dbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 125, 191
HSL
320°, 61%, 68%
CMYK
0, 44, 14, 13
Luminance
0.3412
Every format
| HEX | #df7dbf |
| RGB | rgb(223, 125, 191) |
| HSL | hsl(320, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 14%, 13%) |
| LAB | lab(65.1 46.5 -17.9) |
| LCH | lch(65.1 49.8 338.9) |
| OKLCH | oklch(0.717 0.145 340.7) |
Copy-ready code
/* CSS */
color: #df7dbf;
background-color: #df7dbf;
/* Tailwind (arbitrary) */
class="text-[#df7dbf] bg-[#df7dbf]"
/* SCSS */
$brand: #df7dbf;
/* SwiftUI */
Color(red: 0.875, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#df7dbf")Accessibility — WCAG contrast
Aa
#df7dbf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7dbf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow14.3%
Key (black)12.5%
Color previews
#df7dbf text on a black background
contrast 7.82:1
Card sample
#df7dbf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7dbf;
Background color
Panel with #df7dbf background
background-color: #df7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7dbf; background: linear-gradient(135deg, #df7dbf, #DF7D7E);