#dfadec
a light, vivid violet · warm · closest name: plum
RGB
223, 173, 236
HSL
288°, 62%, 80%
CMYK
6, 27, 0, 8
Luminance
0.5163
Every format
| HEX | #dfadec |
| RGB | rgb(223, 173, 236) |
| HSL | hsl(288, 62%, 80%) |
| CMYK | cmyk(6%, 27%, 0%, 8%) |
| LAB | lab(77.1 29.0 -24.5) |
| LCH | lch(77.1 38.0 319.8) |
| OKLCH | oklch(0.814 0.102 319.2) |
Copy-ready code
/* CSS */
color: #dfadec;
background-color: #dfadec;
/* Tailwind (arbitrary) */
class="text-[#dfadec] bg-[#dfadec]"
/* SCSS */
$brand: #dfadec;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#dfadec")Accessibility — WCAG contrast
Aa
#dfadec on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadec on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue92.5%
CMYK percentages
Cyan5.5%
Magenta26.7%
Yellow0.0%
Key (black)7.5%
Color previews
#dfadec text on a black background
contrast 11.33:1
Card sample
#dfadec text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadec;
Background color
Panel with #dfadec background
background-color: #dfadec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadec; background: linear-gradient(135deg, #dfadec, #ECADCF);