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