#dcacef
a light, vivid violet · warm · closest name: plum
RGB
220, 172, 239
HSL
283°, 68%, 81%
CMYK
8, 28, 0, 6
Luminance
0.5095
Every format
| HEX | #dcacef |
| RGB | rgb(220, 172, 239) |
| HSL | hsl(283, 68%, 81%) |
| CMYK | cmyk(8%, 28%, 0%, 6%) |
| LAB | lab(76.7 29.2 -26.8) |
| LCH | lch(76.7 39.6 317.5) |
| OKLCH | oklch(0.810 0.105 316.2) |
Copy-ready code
/* CSS */
color: #dcacef;
background-color: #dcacef;
/* Tailwind (arbitrary) */
class="text-[#dcacef] bg-[#dcacef]"
/* SCSS */
$brand: #dcacef;
/* SwiftUI */
Color(red: 0.863, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#dcacef")Accessibility — WCAG contrast
Aa
#dcacef on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcacef on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan7.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#dcacef text on a black background
contrast 11.19:1
Card sample
#dcacef text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcacef;
Background color
Panel with #dcacef background
background-color: #dcacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcacef; background: linear-gradient(135deg, #dcacef, #EFACD5);