Pale Lavender (#DCD0FF)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.45:1 — vs black: 14.51:1
Color values
-
HEX
#DCD0FF -
RGB
rgb(220, 208, 255) -
HSL
hsl(255, 100%, 90%) -
CMYK
cmyk( 14, 18, 0, 0 ) -
Websafe
#CCCCFF
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DCD0FF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DCD0FF
Base
#F3FFD0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DCD0FF
Base
#D0DBFF
#F3D0FF
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DCD0FF
Base
#FFDCD0
#D0FFDC
Two colors flanking the complement — high contrast with less tension than full complementary.
#DCD0FF
Base
#FFF3D0
#DBFFD0
Four colors at 90° intervals — rich variety, best when one color dominates.
#DCD0FF
Base
#FFD0DB
#F3FFD0
#D0FFF3
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DCD0FF
Base
#6A37FF
#A383FF
#BEA7FF
#ECE6FF
Darker shades and lighter tints of Pale Lavender, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#07001A
#1D0071
#3300C8
#5A21FF
#9B79FF
#DCD0FF
Base
#DFD4FF
#E2D9FF
#E6DDFF
#E9E1FF
#ECE6FF
Ready-to-use code snippets for #DCD0FF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DCD0FF;
}
/* Text */
.element {
color: #DCD0FF;
}
/* Border */
.element {
border: 1px solid #DCD0FF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DCD0FF,
#F3FFD0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DCD0FF,
#F3FFD0
);
}
// SCSS variable
$pale-lavender: #DCD0FF;
// With RGB channels (useful for rgba() usage)
$pale-lavender-r: 220;
$pale-lavender-g: 208;
$pale-lavender-b: 255;
// Usage
.element {
background-color: $pale-lavender;
color: rgba($pale-lavender-r, $pale-lavender-g, $pale-lavender-b, 0.8);
}
How Pale Lavender appears to people with different types of color vision deficiency.
#DCD0FF
How the color appears with full color vision.
#D4D4FF
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#D1D1FF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D5D7D7
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D6D6D6
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.