#df9eeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 158, 235
HSL
291°, 66%, 77%
CMYK
5, 33, 0, 8
Luminance
0.4614
Every format
| HEX | #df9eeb |
| RGB | rgb(223, 158, 235) |
| HSL | hsl(291, 66%, 77%) |
| CMYK | cmyk(5%, 33%, 0%, 8%) |
| LAB | lab(73.6 36.9 -29.2) |
| LCH | lch(73.6 47.0 321.6) |
| OKLCH | oklch(0.787 0.127 321.1) |
Copy-ready code
/* CSS */
color: #df9eeb;
background-color: #df9eeb;
/* Tailwind (arbitrary) */
class="text-[#df9eeb] bg-[#df9eeb]"
/* SCSS */
$brand: #df9eeb;
/* SwiftUI */
Color(red: 0.875, green: 0.620, blue: 0.922)
/* Android */
Color.parseColor("#df9eeb")Accessibility — WCAG contrast
Aa
#df9eeb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9eeb on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta32.8%
Yellow0.0%
Key (black)7.8%
Color previews
#df9eeb text on a black background
contrast 10.23:1
Card sample
#df9eeb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9eeb;
Background color
Panel with #df9eeb background
background-color: #df9eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 158, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 158, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9eeb; background: linear-gradient(135deg, #df9eeb, #EB9EC4);