#dfc2fc
a pale, electric violet · warm · closest name: plum
RGB
223, 194, 252
HSL
270°, 91%, 88%
CMYK
12, 23, 0, 1
Luminance
0.6130
Every format
| HEX | #dfc2fc |
| RGB | rgb(223, 194, 252) |
| HSL | hsl(270, 91%, 88%) |
| CMYK | cmyk(12%, 23%, 0%, 1%) |
| LAB | lab(82.5 20.9 -24.8) |
| LCH | lch(82.5 32.4 310.2) |
| OKLCH | oklch(0.858 0.085 307.4) |
Copy-ready code
/* CSS */
color: #dfc2fc;
background-color: #dfc2fc;
/* Tailwind (arbitrary) */
class="text-[#dfc2fc] bg-[#dfc2fc]"
/* SCSS */
$brand: #dfc2fc;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#dfc2fc")Accessibility — WCAG contrast
Aa
#dfc2fc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2fc on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#dfc2fc text on a black background
contrast 13.26:1
Card sample
#dfc2fc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2fc;
Background color
Panel with #dfc2fc background
background-color: #dfc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2fc; background: linear-gradient(135deg, #dfc2fc, #FCC2F2);