HSL(267, 50%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 50%, 80%) | color: hsl(267, 50%, 80%) | |
| HEX | #C9B3E6 | color: #C9B3E6 | |
| RGB | rgb(201, 179, 230) | color: rgb(201, 179, 230) | |
| CMYK | cmyk(13%, 22%, 0%, 10%) | — | |
| HSV | hsv(266, 22%, 90%) | — | |
| HWB | hwb(266 70% 10%) | color: hwb(266 70% 10%) | |
| OKLCH | oklch(0.8024 0.0746 304.41) | color: oklch(0.8024 0.0746 304.41) | |
| Lab | lab(76.3 17.53 -22.61) | color: lab(76.3 17.53 -22.61) | |
| LCH | lch(76.3 28.61 307.79) | color: lch(76.3 28.61 307.79) |
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)
#BFBFDA — rgb(191, 191, 218)
Deuteranopia (Green-blind)
#C1C2D7 — rgb(193, 194, 215)
Tritanopia (Blue-blind)
#C8D0CE — rgb(200, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 50%, 80%);
text
color: hsl(267, 50%, 80%);
border
border: 2px solid hsl(267, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(267, 50%, 100%), hsl(267, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(267, 50%, 80%), hsl(267, 50%, 60%))
hex
background-color: #C9B3E6;
tailwind
bg-[hsl(267,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 50%, 80%, 0.4);
css variable
--color-primary: hsl(267, 50%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 50%, 80%)?
HEX: #C9B3E6 | RGB: rgb(201, 179, 230) | CMYK: 13%, 22%, 0%, 10% | HSV: 266°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #C9B3E6?
The complementary color is HSL(87, 50%, 80%). 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, 50%, 80%) in CSS?
As HSL: color: hsl(267, 50%, 80%); — As HEX: color: #C9B3E6; — As RGB: color: rgb(201, 179, 230); — Tailwind CSS: bg-[hsl(267,50%,80%)] — CSS variable: --color-primary: hsl(267, 50%, 80%);