#dfc0fc
a pale, electric violet · warm · closest name: plum
RGB
223, 192, 252
HSL
271°, 91%, 87%
CMYK
12, 24, 0, 1
Luminance
0.6042
Every format
| HEX | #dfc0fc |
| RGB | rgb(223, 192, 252) |
| HSL | hsl(271, 91%, 87%) |
| CMYK | cmyk(12%, 24%, 0%, 1%) |
| LAB | lab(82.1 22.0 -25.5) |
| LCH | lch(82.1 33.6 310.8) |
| OKLCH | oklch(0.854 0.088 308.0) |
Copy-ready code
/* CSS */
color: #dfc0fc;
background-color: #dfc0fc;
/* Tailwind (arbitrary) */
class="text-[#dfc0fc] bg-[#dfc0fc]"
/* SCSS */
$brand: #dfc0fc;
/* SwiftUI */
Color(red: 0.875, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#dfc0fc")Accessibility — WCAG contrast
Aa
#dfc0fc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc0fc on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.3%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dfc0fc text on a black background
contrast 13.08:1
Card sample
#dfc0fc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc0fc;
Background color
Panel with #dfc0fc background
background-color: #dfc0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc0fc; background: linear-gradient(135deg, #dfc0fc, #FCC0F1);