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