#dfc5f2
a pale, vivid violet · warm · closest name: plum
RGB
223, 197, 242
HSL
275°, 63%, 86%
CMYK
8, 19, 0, 5
Luminance
0.6203
Every format
| HEX | #dfc5f2 |
| RGB | rgb(223, 197, 242) |
| HSL | hsl(275, 63%, 86%) |
| CMYK | cmyk(8%, 19%, 0%, 5%) |
| LAB | lab(82.9 17.3 -18.8) |
| LCH | lch(82.9 25.6 312.6) |
| OKLCH | oklch(0.860 0.067 310.9) |
Copy-ready code
/* CSS */
color: #dfc5f2;
background-color: #dfc5f2;
/* Tailwind (arbitrary) */
class="text-[#dfc5f2] bg-[#dfc5f2]"
/* SCSS */
$brand: #dfc5f2;
/* SwiftUI */
Color(red: 0.875, green: 0.773, blue: 0.949)
/* Android */
Color.parseColor("#dfc5f2")Accessibility — WCAG contrast
Aa
#dfc5f2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc5f2 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green77.3%
Blue94.9%
CMYK percentages
Cyan7.9%
Magenta18.6%
Yellow0.0%
Key (black)5.1%
Color previews
#dfc5f2 text on a black background
contrast 13.41:1
Card sample
#dfc5f2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc5f2;
Background color
Panel with #dfc5f2 background
background-color: #dfc5f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc5f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 197, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 197, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc5f2; background: linear-gradient(135deg, #dfc5f2, #F2C5E7);