#df92c0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 146, 192
HSL
324°, 55%, 72%
CMYK
0, 35, 14, 13
Luminance
0.4005
Every format
| HEX | #df92c0 |
| RGB | rgb(223, 146, 192) |
| HSL | hsl(324, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 14%, 13%) |
| LAB | lab(69.5 35.7 -11.8) |
| LCH | lch(69.5 37.6 341.7) |
| OKLCH | oklch(0.751 0.109 343.4) |
Copy-ready code
/* CSS */
color: #df92c0;
background-color: #df92c0;
/* Tailwind (arbitrary) */
class="text-[#df92c0] bg-[#df92c0]"
/* SCSS */
$brand: #df92c0;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.753)
/* Android */
Color.parseColor("#df92c0")Accessibility — WCAG contrast
Aa
#df92c0 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df92c0 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow13.9%
Key (black)12.5%
Color previews
#df92c0 text on a black background
contrast 9.01:1
Card sample
#df92c0 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df92c0;
Background color
Panel with #df92c0 background
background-color: #df92c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df92c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df92c0; background: linear-gradient(135deg, #df92c0, #DF9892);