#dfadfe
a light, electric violet · warm · closest name: plum
RGB
223, 173, 254
HSL
277°, 98%, 84%
CMYK
12, 32, 0, 0
Luminance
0.5273
Every format
| HEX | #dfadfe |
| RGB | rgb(223, 173, 254) |
| HSL | hsl(277, 98%, 84%) |
| CMYK | cmyk(12%, 32%, 0%, 0%) |
| LAB | lab(77.7 32.6 -33.2) |
| LCH | lch(77.7 46.5 314.5) |
| OKLCH | oklch(0.821 0.122 312.0) |
Copy-ready code
/* CSS */
color: #dfadfe;
background-color: #dfadfe;
/* Tailwind (arbitrary) */
class="text-[#dfadfe] bg-[#dfadfe]"
/* SCSS */
$brand: #dfadfe;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#dfadfe")Accessibility — WCAG contrast
Aa
#dfadfe on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadfe on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#dfadfe text on a black background
contrast 11.55:1
Card sample
#dfadfe text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadfe;
Background color
Panel with #dfadfe background
background-color: #dfadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadfe; background: linear-gradient(135deg, #dfadfe, #FEADE7);