#dfaff5
a light, electric violet · warm · closest name: plum
RGB
223, 175, 245
HSL
281°, 78%, 82%
CMYK
9, 29, 0, 4
Luminance
0.5294
Every format
| HEX | #dfaff5 |
| RGB | rgb(223, 175, 245) |
| HSL | hsl(281, 78%, 82%) |
| CMYK | cmyk(9%, 29%, 0%, 4%) |
| LAB | lab(77.8 29.7 -28.2) |
| LCH | lch(77.8 41.0 316.5) |
| OKLCH | oklch(0.821 0.109 315.0) |
Copy-ready code
/* CSS */
color: #dfaff5;
background-color: #dfaff5;
/* Tailwind (arbitrary) */
class="text-[#dfaff5] bg-[#dfaff5]"
/* SCSS */
$brand: #dfaff5;
/* SwiftUI */
Color(red: 0.875, green: 0.686, blue: 0.961)
/* Android */
Color.parseColor("#dfaff5")Accessibility — WCAG contrast
Aa
#dfaff5 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaff5 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.6%
Blue96.1%
CMYK percentages
Cyan9.0%
Magenta28.6%
Yellow0.0%
Key (black)3.9%
Color previews
#dfaff5 text on a black background
contrast 11.59:1
Card sample
#dfaff5 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaff5;
Background color
Panel with #dfaff5 background
background-color: #dfaff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 175, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 175, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaff5; background: linear-gradient(135deg, #dfaff5, #F5AFDC);