#df92cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 146, 207
HSL
313°, 55%, 72%
CMYK
0, 35, 7, 13
Luminance
0.4075
Every format
| HEX | #df92cf |
| RGB | rgb(223, 146, 207) |
| HSL | hsl(313, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 7%, 13%) |
| LAB | lab(70.0 38.2 -19.4) |
| LCH | lch(70.0 42.8 333.1) |
| OKLCH | oklch(0.756 0.121 334.5) |
Copy-ready code
/* CSS */
color: #df92cf;
background-color: #df92cf;
/* Tailwind (arbitrary) */
class="text-[#df92cf] bg-[#df92cf]"
/* SCSS */
$brand: #df92cf;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#df92cf")Accessibility — WCAG contrast
Aa
#df92cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df92cf on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow7.2%
Key (black)12.5%
Color previews
#df92cf text on a black background
contrast 9.15:1
Card sample
#df92cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df92cf;
Background color
Panel with #df92cf background
background-color: #df92cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df92cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df92cf; background: linear-gradient(135deg, #df92cf, #DF929C);