HSL(262, 46%, 86%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,46%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 46%, 86%) | color: hsl(262, 46%, 86%) | |
| HEX | #D7CBEC | color: #D7CBEC | |
| RGB | rgb(215, 203, 236) | color: rgb(215, 203, 236) | |
| CMYK | cmyk(9%, 14%, 0%, 7%) | — | |
| HSV | hsv(262, 14%, 93%) | — | |
| HWB | hwb(262 80% 7%) | color: hwb(262 80% 7%) | |
| OKLCH | oklch(0.8621 0.0469 301.96) | color: oklch(0.8621 0.0469 301.96) | |
| Lab | lab(83.56 10.31 -14.75) | color: lab(83.56 10.31 -14.75) | |
| LCH | lch(83.56 18 304.95) | color: lch(83.56 18 304.95) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D2D2E4 — rgb(210, 210, 228)
Deuteranopia (Green-blind)
#D3D3E2 — rgb(211, 211, 226)
Tritanopia (Blue-blind)
#D6DEDC — rgb(214, 222, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 46%, 86%);
text
color: hsl(262, 46%, 86%);
border
border: 2px solid hsl(262, 46%, 86%);
gradient light
background: linear-gradient(to right, hsl(262, 46%, 100%), hsl(262, 46%, 86%));
gradient dark
background: linear-gradient(to right, hsl(262, 46%, 86%), hsl(262, 46%, 66%))
hex
background-color: #D7CBEC;
tailwind
bg-[hsl(262,46%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 46%, 86%, 0.4);
css variable
--color-primary: hsl(262, 46%, 86%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 46%, 86%)?
HEX: #D7CBEC | RGB: rgb(215, 203, 236) | CMYK: 9%, 14%, 0%, 7% | HSV: 262°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #D7CBEC?
The complementary color is HSL(82, 46%, 86%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 46%, 86%) in CSS?
As HSL: color: hsl(262, 46%, 86%); — As HEX: color: #D7CBEC; — As RGB: color: rgb(215, 203, 236); — Tailwind CSS: bg-[hsl(262,46%,86%)] — CSS variable: --color-primary: hsl(262, 46%, 86%);