#dfadf8
a light, electric violet · warm · closest name: plum
RGB
223, 173, 248
HSL
280°, 84%, 83%
CMYK
10, 30, 0, 3
Luminance
0.5235
Every format
| HEX | #dfadf8 |
| RGB | rgb(223, 173, 248) |
| HSL | hsl(280, 84%, 83%) |
| CMYK | cmyk(10%, 30%, 0%, 3%) |
| LAB | lab(77.5 31.4 -30.3) |
| LCH | lch(77.5 43.6 316.0) |
| OKLCH | oklch(0.818 0.116 314.1) |
Copy-ready code
/* CSS */
color: #dfadf8;
background-color: #dfadf8;
/* Tailwind (arbitrary) */
class="text-[#dfadf8] bg-[#dfadf8]"
/* SCSS */
$brand: #dfadf8;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.973)
/* Android */
Color.parseColor("#dfadf8")Accessibility — WCAG contrast
Aa
#dfadf8 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadf8 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta30.2%
Yellow0.0%
Key (black)2.7%
Color previews
#dfadf8 text on a black background
contrast 11.47:1
Card sample
#dfadf8 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadf8;
Background color
Panel with #dfadf8 background
background-color: #dfadf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadf8; background: linear-gradient(135deg, #dfadf8, #F8ADDF);