#dcc2f8
a pale, electric violet · warm · closest name: plum
RGB
220, 194, 248
HSL
269°, 79%, 87%
CMYK
11, 22, 0, 3
Luminance
0.6058
Every format
| HEX | #dcc2f8 |
| RGB | rgb(220, 194, 248) |
| HSL | hsl(269, 79%, 87%) |
| CMYK | cmyk(11%, 22%, 0%, 3%) |
| LAB | lab(82.2 19.1 -23.2) |
| LCH | lch(82.2 30.1 309.5) |
| OKLCH | oklch(0.854 0.079 306.6) |
Copy-ready code
/* CSS */
color: #dcc2f8;
background-color: #dcc2f8;
/* Tailwind (arbitrary) */
class="text-[#dcc2f8] bg-[#dcc2f8]"
/* SCSS */
$brand: #dcc2f8;
/* SwiftUI */
Color(red: 0.863, green: 0.761, blue: 0.973)
/* Android */
Color.parseColor("#dcc2f8")Accessibility — WCAG contrast
Aa
#dcc2f8 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc2f8 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.1%
Blue97.3%
CMYK percentages
Cyan11.3%
Magenta21.8%
Yellow0.0%
Key (black)2.7%
Color previews
#dcc2f8 text on a black background
contrast 13.12:1
Card sample
#dcc2f8 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc2f8;
Background color
Panel with #dcc2f8 background
background-color: #dcc2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 194, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 194, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc2f8; background: linear-gradient(135deg, #dcc2f8, #F8C2F0);