#df83c2
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 131, 194
HSL
319°, 59%, 69%
CMYK
0, 41, 13, 13
Luminance
0.3582
Every format
| HEX | #df83c2 |
| RGB | rgb(223, 131, 194) |
| HSL | hsl(319, 59%, 69%) |
| CMYK | cmyk(0%, 41%, 13%, 13%) |
| LAB | lab(66.4 43.9 -17.6) |
| LCH | lch(66.4 47.3 338.1) |
| OKLCH | oklch(0.728 0.137 339.9) |
Copy-ready code
/* CSS */
color: #df83c2;
background-color: #df83c2;
/* Tailwind (arbitrary) */
class="text-[#df83c2] bg-[#df83c2]"
/* SCSS */
$brand: #df83c2;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.761)
/* Android */
Color.parseColor("#df83c2")Accessibility — WCAG contrast
Aa
#df83c2 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df83c2 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow13.0%
Key (black)12.5%
Color previews
#df83c2 text on a black background
contrast 8.16:1
Card sample
#df83c2 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df83c2;
Background color
Panel with #df83c2 background
background-color: #df83c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df83c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df83c2; background: linear-gradient(135deg, #df83c2, #DF8385);