#df8fe9
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 143, 233
HSL
293°, 67%, 74%
CMYK
4, 39, 0, 9
Luminance
0.4122
Every format
| HEX | #df8fe9 |
| RGB | rgb(223, 143, 233) |
| HSL | hsl(293, 67%, 74%) |
| CMYK | cmyk(4%, 39%, 0%, 9%) |
| LAB | lab(70.3 44.5 -33.2) |
| LCH | lch(70.3 55.5 323.2) |
| OKLCH | oklch(0.762 0.151 322.9) |
Copy-ready code
/* CSS */
color: #df8fe9;
background-color: #df8fe9;
/* Tailwind (arbitrary) */
class="text-[#df8fe9] bg-[#df8fe9]"
/* SCSS */
$brand: #df8fe9;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.914)
/* Android */
Color.parseColor("#df8fe9")Accessibility — WCAG contrast
Aa
#df8fe9 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fe9 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue91.4%
CMYK percentages
Cyan4.3%
Magenta38.6%
Yellow0.0%
Key (black)8.6%
Color previews
#df8fe9 text on a black background
contrast 9.24:1
Card sample
#df8fe9 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fe9;
Background color
Panel with #df8fe9 background
background-color: #df8fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fe9; background: linear-gradient(135deg, #df8fe9, #E98FB7);