#dfadf4
a light, electric violet · warm · closest name: plum
RGB
223, 173, 244
HSL
282°, 76%, 82%
CMYK
9, 29, 0, 4
Luminance
0.5211
Every format
| HEX | #dfadf4 |
| RGB | rgb(223, 173, 244) |
| HSL | hsl(282, 76%, 82%) |
| CMYK | cmyk(9%, 29%, 0%, 4%) |
| LAB | lab(77.3 30.6 -28.4) |
| LCH | lch(77.3 41.7 317.1) |
| OKLCH | oklch(0.817 0.111 315.7) |
Copy-ready code
/* CSS */
color: #dfadf4;
background-color: #dfadf4;
/* Tailwind (arbitrary) */
class="text-[#dfadf4] bg-[#dfadf4]"
/* SCSS */
$brand: #dfadf4;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#dfadf4")Accessibility — WCAG contrast
Aa
#dfadf4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadf4 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#dfadf4 text on a black background
contrast 11.42:1
Card sample
#dfadf4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadf4;
Background color
Panel with #dfadf4 background
background-color: #dfadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadf4; background: linear-gradient(135deg, #dfadf4, #F4ADDA);