Lavender Gray (#C4C3D0)
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.74:1 — vs black: 12.06:1
Color values
-
HEX
#C4C3D0 -
RGB
rgb(196, 195, 208) -
HSL
hsl(244, 12%, 79%) -
CMYK
cmyk( 6, 6, 0, 18 ) -
Websafe
#CCCCCC
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C4C3D0 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C4C3D0
Base
#CFD0C3
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C4C3D0
Base
#C3C8D0
#CAC3D0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C4C3D0
Base
#D0C4C3
#C3D0C4
Two colors flanking the complement — high contrast with less tension than full complementary.
#C4C3D0
Base
#D0CAC3
#C8D0C3
Four colors at 90° intervals — rich variety, best when one color dominates.
#C4C3D0
Base
#D0C3C8
#CFD0C3
#C3D0CA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C4C3D0
Base
#706E8C
#9A98AE
#AEACBE
#DADAE2
#EEEEF2
#F1F1F4
Darker shades and lighter tints of Lavender Gray, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0B0B0E
#2D2C39
#4F4E63
#716F8D
#9A99AF
#C4C3D0
Base
#CDCCD7
#D6D5DE
#DFDEE5
#E8E8ED
#F1F1F4
Ready-to-use code snippets for #C4C3D0. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C4C3D0;
}
/* Text */
.element {
color: #C4C3D0;
}
/* Border */
.element {
border: 1px solid #C4C3D0;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C4C3D0,
#CFD0C3
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C4C3D0,
#CFD0C3
);
}
// SCSS variable
$lavender-gray: #C4C3D0;
// With RGB channels (useful for rgba() usage)
$lavender-gray-r: 196;
$lavender-gray-g: 195;
$lavender-gray-b: 208;
// Usage
.element {
background-color: $lavender-gray;
color: rgba($lavender-gray-r, $lavender-gray-g, $lavender-gray-b, 0.8);
}
How Lavender Gray appears to people with different types of color vision deficiency.
#C4C3D0
How the color appears with full color vision.
#C3C3D0
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#C3C3D0
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C2C5C5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C4C4C4
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.