#dfadff
a light, electric violet · warm · closest name: plum
RGB
223, 173, 255
HSL
277°, 100%, 84%
CMYK
13, 32, 0, 0
Luminance
0.5280
Every format
| HEX | #dfadff |
| RGB | rgb(223, 173, 255) |
| HSL | hsl(277, 100%, 84%) |
| CMYK | cmyk(13%, 32%, 0%, 0%) |
| LAB | lab(77.8 32.8 -33.7) |
| LCH | lch(77.8 47.0 314.2) |
| OKLCH | oklch(0.821 0.124 311.6) |
Copy-ready code
/* CSS */
color: #dfadff;
background-color: #dfadff;
/* Tailwind (arbitrary) */
class="text-[#dfadff] bg-[#dfadff]"
/* SCSS */
$brand: #dfadff;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#dfadff")Accessibility — WCAG contrast
Aa
#dfadff on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadff on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#dfadff text on a black background
contrast 11.56:1
Card sample
#dfadff text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadff;
Background color
Panel with #dfadff background
background-color: #dfadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadff; background: linear-gradient(135deg, #dfadff, #FFADE8);