HSL(267, 54%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,54%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 54%, 77%) | color: hsl(267, 54%, 77%) | |
| HEX | #C1A5E4 | color: #C1A5E4 | |
| RGB | rgb(193, 165, 228) | color: rgb(193, 165, 228) | |
| CMYK | cmyk(15%, 28%, 0%, 11%) | — | |
| HSV | hsv(267, 28%, 89%) | — | |
| HWB | hwb(267 64% 11%) | color: hwb(267 64% 11%) | |
| OKLCH | oklch(0.7684 0.0931 304.61) | color: oklch(0.7684 0.0931 304.61) | |
| Lab | lab(72.13 22.28 -27.95) | color: lab(72.13 22.28 -27.95) | |
| LCH | lch(72.13 35.74 308.56) | color: lch(72.13 35.74 308.56) |
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)
#B5B5D5 — rgb(181, 181, 213)
Deuteranopia (Green-blind)
#B7B9D1 — rgb(183, 185, 209)
Tritanopia (Blue-blind)
#C0C9C6 — rgb(192, 201, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 54%, 77%);
text
color: hsl(267, 54%, 77%);
border
border: 2px solid hsl(267, 54%, 77%);
gradient light
background: linear-gradient(to right, hsl(267, 54%, 97%), hsl(267, 54%, 77%));
gradient dark
background: linear-gradient(to right, hsl(267, 54%, 77%), hsl(267, 54%, 57%))
hex
background-color: #C1A5E4;
tailwind
bg-[hsl(267,54%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 54%, 77%, 0.4);
css variable
--color-primary: hsl(267, 54%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 54%, 77%)?
HEX: #C1A5E4 | RGB: rgb(193, 165, 228) | CMYK: 15%, 28%, 0%, 11% | HSV: 267°, 28%, 89%. Copy any format from the conversion table above.
What colors go well with #C1A5E4?
The complementary color is HSL(87, 54%, 77%). 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, 54%, 77%) in CSS?
As HSL: color: hsl(267, 54%, 77%); — As HEX: color: #C1A5E4; — As RGB: color: rgb(193, 165, 228); — Tailwind CSS: bg-[hsl(267,54%,77%)] — CSS variable: --color-primary: hsl(267, 54%, 77%);