#df92e2
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 146, 226
HSL
298°, 58%, 73%
CMYK
1, 35, 0, 11
Luminance
0.4174
Every format
| HEX | #df92e2 |
| RGB | rgb(223, 146, 226) |
| HSL | hsl(298, 58%, 73%) |
| CMYK | cmyk(1%, 35%, 0%, 11%) |
| LAB | lab(70.7 41.6 -28.8) |
| LCH | lch(70.7 50.6 325.3) |
| OKLCH | oklch(0.764 0.139 325.5) |
Copy-ready code
/* CSS */
color: #df92e2;
background-color: #df92e2;
/* Tailwind (arbitrary) */
class="text-[#df92e2] bg-[#df92e2]"
/* SCSS */
$brand: #df92e2;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.886)
/* Android */
Color.parseColor("#df92e2")Accessibility — WCAG contrast
Aa
#df92e2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df92e2 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta35.4%
Yellow0.0%
Key (black)11.4%
Color previews
#df92e2 text on a black background
contrast 9.35:1
Card sample
#df92e2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df92e2;
Background color
Panel with #df92e2 background
background-color: #df92e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df92e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df92e2; background: linear-gradient(135deg, #df92e2, #E292AF);