#df9aef
a light, vivid violet · warm · closest name: plum
RGB
223, 154, 239
HSL
289°, 73%, 77%
CMYK
7, 36, 0, 6
Luminance
0.4503
Every format
| HEX | #df9aef |
| RGB | rgb(223, 154, 239) |
| HSL | hsl(289, 73%, 77%) |
| CMYK | cmyk(7%, 36%, 0%, 6%) |
| LAB | lab(72.9 39.8 -32.5) |
| LCH | lch(72.9 51.4 320.8) |
| OKLCH | oklch(0.782 0.138 319.9) |
Copy-ready code
/* CSS */
color: #df9aef;
background-color: #df9aef;
/* Tailwind (arbitrary) */
class="text-[#df9aef] bg-[#df9aef]"
/* SCSS */
$brand: #df9aef;
/* SwiftUI */
Color(red: 0.875, green: 0.604, blue: 0.937)
/* Android */
Color.parseColor("#df9aef")Accessibility — WCAG contrast
Aa
#df9aef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9aef on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.4%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta35.6%
Yellow0.0%
Key (black)6.3%
Color previews
#df9aef text on a black background
contrast 10.01:1
Card sample
#df9aef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9aef;
Background color
Panel with #df9aef background
background-color: #df9aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 154, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 154, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9aef; background: linear-gradient(135deg, #df9aef, #EF9AC6);