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