#df9cf8
a light, electric violet · warm · closest name: plum
RGB
223, 156, 248
HSL
284°, 87%, 79%
CMYK
10, 37, 0, 3
Luminance
0.4624
Every format
| HEX | #df9cf8 |
| RGB | rgb(223, 156, 248) |
| HSL | hsl(284, 87%, 79%) |
| CMYK | cmyk(10%, 37%, 0%, 3%) |
| LAB | lab(73.7 40.5 -36.2) |
| LCH | lch(73.7 54.3 318.2) |
| OKLCH | oklch(0.790 0.144 316.5) |
Copy-ready code
/* CSS */
color: #df9cf8;
background-color: #df9cf8;
/* Tailwind (arbitrary) */
class="text-[#df9cf8] bg-[#df9cf8]"
/* SCSS */
$brand: #df9cf8;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#df9cf8")Accessibility — WCAG contrast
Aa
#df9cf8 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9cf8 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#df9cf8 text on a black background
contrast 10.25:1
Card sample
#df9cf8 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9cf8;
Background color
Panel with #df9cf8 background
background-color: #df9cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9cf8; background: linear-gradient(135deg, #df9cf8, #F89CD4);