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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Pale Lavender
#DCD0FF Base
#F3FFD0
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Pale Lavender
#DCD0FF Base
#D0DBFF
#F3D0FF
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Pale Lavender
#DCD0FF Base
#FFDCD0
#D0FFDC
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Pale Lavender
#DCD0FF Base
#FFF3D0
#DBFFD0
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Pale Lavender
#DCD0FF Base
#FFD0DB
#F3FFD0
#D0FFF3
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Pale Lavender
#DCD0FF Base
#6A37FF
#A383FF
#BEA7FF
#ECE6FF
Shades & Tints

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
Pale Lavender #DCD0FF Base
#DFD4FF
#E2D9FF
#E6DDFF
#E9E1FF
#ECE6FF
CSS & SCSS Snippets

Ready-to-use code snippets for #DCD0FF. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #DCD0FF;
}

/* Text */
.element {
    color: #DCD0FF;
}

/* Border */
.element {
    border: 1px solid #DCD0FF;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #DCD0FF,
        #F3FFD0
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #DCD0FF,
        #F3FFD0
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Pale Lavender appears to people with different types of color vision deficiency.

Normal Vision #DCD0FF How the color appears with full color vision.
Deuteranopia #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.
Protanopia #D1D1FF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D5D7D7 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #D6D6D6 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Pale Lavender ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Pale Lavender #DCD0FF Base
Soap #CEC8EF ΔE 3.45
Lavender Blue #CCCCFF ΔE 4.27
Languid Lavender #D6CADD ΔE 8.76
Thistle #D8BFD8 ΔE 8.88

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.