#df84cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 132, 203
HSL
313°, 59%, 70%
CMYK
0, 41, 9, 13
Luminance
0.3650
Every format
| HEX | #df84cb |
| RGB | rgb(223, 132, 203) |
| HSL | hsl(313, 59%, 70%) |
| CMYK | cmyk(0%, 41%, 9%, 13%) |
| LAB | lab(66.9 44.8 -21.9) |
| LCH | lch(66.9 49.9 334.0) |
| OKLCH | oklch(0.733 0.142 335.5) |
Copy-ready code
/* CSS */
color: #df84cb;
background-color: #df84cb;
/* Tailwind (arbitrary) */
class="text-[#df84cb] bg-[#df84cb]"
/* SCSS */
$brand: #df84cb;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.796)
/* Android */
Color.parseColor("#df84cb")Accessibility — WCAG contrast
Aa
#df84cb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df84cb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow9.0%
Key (black)12.5%
Color previews
#df84cb text on a black background
contrast 8.30:1
Card sample
#df84cb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df84cb;
Background color
Panel with #df84cb background
background-color: #df84cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df84cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df84cb; background: linear-gradient(135deg, #df84cb, #DF848E);