#df9ce7
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 231
HSL
294°, 61%, 76%
CMYK
4, 33, 0, 9
Luminance
0.4523
Every format
| HEX | #df9ce7 |
| RGB | rgb(223, 156, 231) |
| HSL | hsl(294, 61%, 76%) |
| CMYK | cmyk(4%, 33%, 0%, 9%) |
| LAB | lab(73.0 37.2 -27.9) |
| LCH | lch(73.0 46.5 323.1) |
| OKLCH | oklch(0.782 0.126 323.0) |
Copy-ready code
/* CSS */
color: #df9ce7;
background-color: #df9ce7;
/* Tailwind (arbitrary) */
class="text-[#df9ce7] bg-[#df9ce7]"
/* SCSS */
$brand: #df9ce7;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.906)
/* Android */
Color.parseColor("#df9ce7")Accessibility — WCAG contrast
Aa
#df9ce7 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce7 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta32.5%
Yellow0.0%
Key (black)9.4%
Color previews
#df9ce7 text on a black background
contrast 10.05:1
Card sample
#df9ce7 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce7;
Background color
Panel with #df9ce7 background
background-color: #df9ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce7; background: linear-gradient(135deg, #df9ce7, #E79CBD);