#dfadf6
a light, electric violet · warm · closest name: plum
RGB
223, 173, 246
HSL
281°, 80%, 82%
CMYK
9, 30, 0, 4
Luminance
0.5223
Every format
| HEX | #dfadf6 |
| RGB | rgb(223, 173, 246) |
| HSL | hsl(281, 80%, 82%) |
| CMYK | cmyk(9%, 30%, 0%, 4%) |
| LAB | lab(77.4 31.0 -29.4) |
| LCH | lch(77.4 42.7 316.5) |
| OKLCH | oklch(0.818 0.113 314.9) |
Copy-ready code
/* CSS */
color: #dfadf6;
background-color: #dfadf6;
/* Tailwind (arbitrary) */
class="text-[#dfadf6] bg-[#dfadf6]"
/* SCSS */
$brand: #dfadf6;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.965)
/* Android */
Color.parseColor("#dfadf6")Accessibility — WCAG contrast
Aa
#dfadf6 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadf6 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta29.7%
Yellow0.0%
Key (black)3.5%
Color previews
#dfadf6 text on a black background
contrast 11.45:1
Card sample
#dfadf6 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadf6;
Background color
Panel with #dfadf6 background
background-color: #dfadf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadf6; background: linear-gradient(135deg, #dfadf6, #F6ADDC);