#df9fee
a light, vivid violet · warm · closest name: plum
RGB
223, 159, 238
HSL
289°, 70%, 78%
CMYK
6, 33, 0, 7
Luminance
0.4666
Every format
| HEX | #df9fee |
| RGB | rgb(223, 159, 238) |
| HSL | hsl(289, 70%, 78%) |
| CMYK | cmyk(6%, 33%, 0%, 7%) |
| LAB | lab(74.0 36.9 -30.3) |
| LCH | lch(74.0 47.8 320.6) |
| OKLCH | oklch(0.790 0.129 319.8) |
Copy-ready code
/* CSS */
color: #df9fee;
background-color: #df9fee;
/* Tailwind (arbitrary) */
class="text-[#df9fee] bg-[#df9fee]"
/* SCSS */
$brand: #df9fee;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#df9fee")Accessibility — WCAG contrast
Aa
#df9fee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9fee on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#df9fee text on a black background
contrast 10.33:1
Card sample
#df9fee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9fee;
Background color
Panel with #df9fee background
background-color: #df9fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9fee; background: linear-gradient(135deg, #df9fee, #EE9FC8);