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