#dcc0fc
a pale, electric violet · warm · closest name: plum
RGB
220, 192, 252
HSL
268°, 91%, 87%
CMYK
13, 24, 0, 1
Luminance
0.5994
Every format
| HEX | #dcc0fc |
| RGB | rgb(220, 192, 252) |
| HSL | hsl(268, 91%, 87%) |
| CMYK | cmyk(13%, 24%, 0%, 1%) |
| LAB | lab(81.8 21.0 -25.9) |
| LCH | lch(81.8 33.4 309.1) |
| OKLCH | oklch(0.851 0.087 305.9) |
Copy-ready code
/* CSS */
color: #dcc0fc;
background-color: #dcc0fc;
/* Tailwind (arbitrary) */
class="text-[#dcc0fc] bg-[#dcc0fc]"
/* SCSS */
$brand: #dcc0fc;
/* SwiftUI */
Color(red: 0.863, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#dcc0fc")Accessibility — WCAG contrast
Aa
#dcc0fc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc0fc on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.3%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dcc0fc text on a black background
contrast 12.99:1
Card sample
#dcc0fc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc0fc;
Background color
Panel with #dcc0fc background
background-color: #dcc0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc0fc; background: linear-gradient(135deg, #dcc0fc, #FCC0F4);