#df8cba
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 140, 186
HSL
327°, 57%, 71%
CMYK
0, 37, 17, 13
Luminance
0.3799
Every format
| HEX | #df8cba |
| RGB | rgb(223, 140, 186) |
| HSL | hsl(327, 57%, 71%) |
| CMYK | cmyk(0%, 37%, 17%, 13%) |
| LAB | lab(68.0 37.9 -10.7) |
| LCH | lch(68.0 39.4 344.2) |
| OKLCH | oklch(0.739 0.116 345.9) |
Copy-ready code
/* CSS */
color: #df8cba;
background-color: #df8cba;
/* Tailwind (arbitrary) */
class="text-[#df8cba] bg-[#df8cba]"
/* SCSS */
$brand: #df8cba;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#df8cba")Accessibility — WCAG contrast
Aa
#df8cba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8cba on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow16.6%
Key (black)12.5%
Color previews
#df8cba text on a black background
contrast 8.60:1
Card sample
#df8cba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8cba;
Background color
Panel with #df8cba background
background-color: #df8cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8cba; background: linear-gradient(135deg, #df8cba, #DF958C);