#dfc3fe
a pale, electric violet · warm · closest name: plum
RGB
223, 195, 254
HSL
269°, 97%, 88%
CMYK
12, 23, 0, 0
Luminance
0.6187
Every format
| HEX | #dfc3fe |
| RGB | rgb(223, 195, 254) |
| HSL | hsl(269, 97%, 88%) |
| CMYK | cmyk(12%, 23%, 0%, 0%) |
| LAB | lab(82.8 20.8 -25.3) |
| LCH | lch(82.8 32.8 309.3) |
| OKLCH | oklch(0.860 0.086 306.2) |
Copy-ready code
/* CSS */
color: #dfc3fe;
background-color: #dfc3fe;
/* Tailwind (arbitrary) */
class="text-[#dfc3fe] bg-[#dfc3fe]"
/* SCSS */
$brand: #dfc3fe;
/* SwiftUI */
Color(red: 0.875, green: 0.765, blue: 0.996)
/* Android */
Color.parseColor("#dfc3fe")Accessibility — WCAG contrast
Aa
#dfc3fe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc3fe on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta23.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dfc3fe text on a black background
contrast 13.37:1
Card sample
#dfc3fe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc3fe;
Background color
Panel with #dfc3fe background
background-color: #dfc3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 195, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 195, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc3fe; background: linear-gradient(135deg, #dfc3fe, #FEC3F6);