#df7cbe
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 124, 190
HSL
320°, 61%, 68%
CMYK
0, 44, 15, 13
Luminance
0.3382
Every format
| HEX | #df7cbe |
| RGB | rgb(223, 124, 190) |
| HSL | hsl(320, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 15%, 13%) |
| LAB | lab(64.8 46.8 -17.7) |
| LCH | lch(64.8 50.1 339.3) |
| OKLCH | oklch(0.716 0.146 341.1) |
Copy-ready code
/* CSS */
color: #df7cbe;
background-color: #df7cbe;
/* Tailwind (arbitrary) */
class="text-[#df7cbe] bg-[#df7cbe]"
/* SCSS */
$brand: #df7cbe;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.745)
/* Android */
Color.parseColor("#df7cbe")Accessibility — WCAG contrast
Aa
#df7cbe on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7cbe on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow14.8%
Key (black)12.5%
Color previews
#df7cbe text on a black background
contrast 7.76:1
Card sample
#df7cbe text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7cbe;
Background color
Panel with #df7cbe background
background-color: #df7cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7cbe; background: linear-gradient(135deg, #df7cbe, #DF7C7C);