#dfadee
a light, vivid violet · warm · closest name: plum
RGB
223, 173, 238
HSL
286°, 66%, 81%
CMYK
6, 27, 0, 7
Luminance
0.5175
Every format
| HEX | #dfadee |
| RGB | rgb(223, 173, 238) |
| HSL | hsl(286, 66%, 81%) |
| CMYK | cmyk(6%, 27%, 0%, 7%) |
| LAB | lab(77.1 29.4 -25.5) |
| LCH | lch(77.1 38.9 319.1) |
| OKLCH | oklch(0.814 0.104 318.3) |
Copy-ready code
/* CSS */
color: #dfadee;
background-color: #dfadee;
/* Tailwind (arbitrary) */
class="text-[#dfadee] bg-[#dfadee]"
/* SCSS */
$brand: #dfadee;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.933)
/* Android */
Color.parseColor("#dfadee")Accessibility — WCAG contrast
Aa
#dfadee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadee on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta27.3%
Yellow0.0%
Key (black)6.7%
Color previews
#dfadee text on a black background
contrast 11.35:1
Card sample
#dfadee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadee;
Background color
Panel with #dfadee background
background-color: #dfadee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadee; background: linear-gradient(135deg, #dfadee, #EEADD2);