#df8cbc
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 140, 188
HSL
325°, 57%, 71%
CMYK
0, 37, 16, 13
Luminance
0.3807
Every format
| HEX | #df8cbc |
| RGB | rgb(223, 140, 188) |
| HSL | hsl(325, 57%, 71%) |
| CMYK | cmyk(0%, 37%, 16%, 13%) |
| LAB | lab(68.1 38.2 -11.7) |
| LCH | lch(68.1 40.0 343.0) |
| OKLCH | oklch(0.740 0.117 344.7) |
Copy-ready code
/* CSS */
color: #df8cbc;
background-color: #df8cbc;
/* Tailwind (arbitrary) */
class="text-[#df8cbc] bg-[#df8cbc]"
/* SCSS */
$brand: #df8cbc;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.737)
/* Android */
Color.parseColor("#df8cbc")Accessibility — WCAG contrast
Aa
#df8cbc on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8cbc on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow15.7%
Key (black)12.5%
Color previews
#df8cbc text on a black background
contrast 8.61:1
Card sample
#df8cbc text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8cbc;
Background color
Panel with #df8cbc background
background-color: #df8cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8cbc; background: linear-gradient(135deg, #df8cbc, #DF938C);