HSL(267, 62%, 84%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,62%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 62%, 84%) | color: hsl(267, 62%, 84%) | |
| HEX | #D4BDEF | color: #D4BDEF | |
| RGB | rgb(212, 189, 239) | color: rgb(212, 189, 239) | |
| CMYK | cmyk(11%, 21%, 0%, 6%) | — | |
| HSV | hsv(268, 21%, 94%) | — | |
| HWB | hwb(268 74% 6%) | color: hwb(268 74% 6%) | |
| OKLCH | oklch(0.834 0.0729 305.75) | color: oklch(0.834 0.0729 305.75) | |
| Lab | lab(79.97 17.46 -21.79) | color: lab(79.97 17.46 -21.79) | |
| LCH | lch(79.97 27.92 308.7) | color: lch(79.97 27.92 308.7) |
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)
#CACAE3 — rgb(202, 202, 227)
Deuteranopia (Green-blind)
#CBCDE0 — rgb(203, 205, 224)
Tritanopia (Blue-blind)
#D3D9D7 — rgb(211, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 62%, 84%);
text
color: hsl(267, 62%, 84%);
border
border: 2px solid hsl(267, 62%, 84%);
gradient light
background: linear-gradient(to right, hsl(267, 62%, 100%), hsl(267, 62%, 84%));
gradient dark
background: linear-gradient(to right, hsl(267, 62%, 84%), hsl(267, 62%, 64%))
hex
background-color: #D4BDEF;
tailwind
bg-[hsl(267,62%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 62%, 84%, 0.4);
css variable
--color-primary: hsl(267, 62%, 84%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 62%, 84%)?
HEX: #D4BDEF | RGB: rgb(212, 189, 239) | CMYK: 11%, 21%, 0%, 6% | HSV: 268°, 21%, 94%. Copy any format from the conversion table above.
What colors go well with #D4BDEF?
The complementary color is HSL(87, 62%, 84%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 62%, 84%) in CSS?
As HSL: color: hsl(267, 62%, 84%); — As HEX: color: #D4BDEF; — As RGB: color: rgb(212, 189, 239); — Tailwind CSS: bg-[hsl(267,62%,84%)] — CSS variable: --color-primary: hsl(267, 62%, 84%);