#dcc2fc
a pale, electric violet · warm · closest name: plum
RGB
220, 194, 252
HSL
267°, 91%, 88%
CMYK
13, 23, 0, 1
Luminance
0.6083
Every format
| HEX | #dcc2fc |
| RGB | rgb(220, 194, 252) |
| HSL | hsl(267, 91%, 88%) |
| CMYK | cmyk(13%, 23%, 0%, 1%) |
| LAB | lab(82.3 19.9 -25.2) |
| LCH | lch(82.3 32.1 308.4) |
| OKLCH | oklch(0.855 0.084 305.1) |
Copy-ready code
/* CSS */
color: #dcc2fc;
background-color: #dcc2fc;
/* Tailwind (arbitrary) */
class="text-[#dcc2fc] bg-[#dcc2fc]"
/* SCSS */
$brand: #dcc2fc;
/* SwiftUI */
Color(red: 0.863, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#dcc2fc")Accessibility — WCAG contrast
Aa
#dcc2fc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc2fc on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.1%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#dcc2fc text on a black background
contrast 13.17:1
Card sample
#dcc2fc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc2fc;
Background color
Panel with #dcc2fc background
background-color: #dcc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc2fc; background: linear-gradient(135deg, #dcc2fc, #FCC2F5);