#dcc3f2
a pale, vivid violet · warm · closest name: plum
RGB
220, 195, 242
HSL
272°, 64%, 86%
CMYK
9, 19, 0, 5
Luminance
0.6066
Every format
| HEX | #dcc3f2 |
| RGB | rgb(220, 195, 242) |
| HSL | hsl(272, 64%, 86%) |
| CMYK | cmyk(9%, 19%, 0%, 5%) |
| LAB | lab(82.2 17.4 -20.0) |
| LCH | lch(82.2 26.5 311.1) |
| OKLCH | oklch(0.853 0.070 308.9) |
Copy-ready code
/* CSS */
color: #dcc3f2;
background-color: #dcc3f2;
/* Tailwind (arbitrary) */
class="text-[#dcc3f2] bg-[#dcc3f2]"
/* SCSS */
$brand: #dcc3f2;
/* SwiftUI */
Color(red: 0.863, green: 0.765, blue: 0.949)
/* Android */
Color.parseColor("#dcc3f2")Accessibility — WCAG contrast
Aa
#dcc3f2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc3f2 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.5%
Blue94.9%
CMYK percentages
Cyan9.1%
Magenta19.4%
Yellow0.0%
Key (black)5.1%
Color previews
#dcc3f2 text on a black background
contrast 13.13:1
Card sample
#dcc3f2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc3f2;
Background color
Panel with #dcc3f2 background
background-color: #dcc3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 195, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 195, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc3f2; background: linear-gradient(135deg, #dcc3f2, #F2C3E9);