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