#df7fbe
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 127, 190
HSL
321°, 60%, 69%
CMYK
0, 43, 15, 13
Luminance
0.3458
Every format
| HEX | #df7fbe |
| RGB | rgb(223, 127, 190) |
| HSL | hsl(321, 60%, 69%) |
| CMYK | cmyk(0%, 43%, 15%, 13%) |
| LAB | lab(65.4 45.3 -16.8) |
| LCH | lch(65.4 48.3 339.6) |
| OKLCH | oklch(0.720 0.141 341.4) |
Copy-ready code
/* CSS */
color: #df7fbe;
background-color: #df7fbe;
/* Tailwind (arbitrary) */
class="text-[#df7fbe] bg-[#df7fbe]"
/* SCSS */
$brand: #df7fbe;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.745)
/* Android */
Color.parseColor("#df7fbe")Accessibility — WCAG contrast
Aa
#df7fbe on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7fbe on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow14.8%
Key (black)12.5%
Color previews
#df7fbe text on a black background
contrast 7.92:1
Card sample
#df7fbe text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7fbe;
Background color
Panel with #df7fbe background
background-color: #df7fbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7fbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7fbe; background: linear-gradient(135deg, #df7fbe, #DF807F);