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