HSL(267, 51%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,51%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 51%, 78%) | color: hsl(267, 51%, 78%) | |
| HEX | #C4AAE4 | color: #C4AAE4 | |
| RGB | rgb(196, 170, 228) | color: rgb(196, 170, 228) | |
| CMYK | cmyk(14%, 25%, 0%, 11%) | — | |
| HSV | hsv(267, 25%, 89%) | — | |
| HWB | hwb(267 67% 11%) | color: hwb(267 67% 11%) | |
| OKLCH | oklch(0.7803 0.0856 304.94) | color: oklch(0.7803 0.0856 304.94) | |
| Lab | lab(73.6 20.46 -25.67) | color: lab(73.6 20.46 -25.67) | |
| LCH | lch(73.6 32.83 308.56) | color: lch(73.6 32.83 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)
#B9B9D6 — rgb(185, 185, 214)
Deuteranopia (Green-blind)
#BABCD3 — rgb(186, 188, 211)
Tritanopia (Blue-blind)
#C3CBC8 — rgb(195, 203, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 51%, 78%);
text
color: hsl(267, 51%, 78%);
border
border: 2px solid hsl(267, 51%, 78%);
gradient light
background: linear-gradient(to right, hsl(267, 51%, 98%), hsl(267, 51%, 78%));
gradient dark
background: linear-gradient(to right, hsl(267, 51%, 78%), hsl(267, 51%, 58%))
hex
background-color: #C4AAE4;
tailwind
bg-[hsl(267,51%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 51%, 78%, 0.4);
css variable
--color-primary: hsl(267, 51%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 51%, 78%)?
HEX: #C4AAE4 | RGB: rgb(196, 170, 228) | CMYK: 14%, 25%, 0%, 11% | HSV: 267°, 25%, 89%. Copy any format from the conversion table above.
What colors go well with #C4AAE4?
The complementary color is HSL(87, 51%, 78%). 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, 51%, 78%) in CSS?
As HSL: color: hsl(267, 51%, 78%); — As HEX: color: #C4AAE4; — As RGB: color: rgb(196, 170, 228); — Tailwind CSS: bg-[hsl(267,51%,78%)] — CSS variable: --color-primary: hsl(267, 51%, 78%);