HSL(267, 36%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,36%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 36%, 65%) | color: hsl(267, 36%, 65%) | |
| HEX | #A386C6 | color: #A386C6 | |
| RGB | rgb(163, 134, 198) | color: rgb(163, 134, 198) | |
| CMYK | cmyk(18%, 32%, 0%, 22%) | — | |
| HSV | hsv(267, 32%, 78%) | — | |
| HWB | hwb(267 53% 22%) | color: hwb(267 53% 22%) | |
| OKLCH | oklch(0.6706 0.0976 304.67) | color: oklch(0.6706 0.0976 304.67) | |
| Lab | lab(60.71 23.68 -29.14) | color: lab(60.71 23.68 -29.14) | |
| LCH | lch(60.71 37.55 309.1) | color: lch(60.71 37.55 309.1) |
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)
#9696B7 — rgb(150, 150, 183)
Deuteranopia (Green-blind)
#989AB3 — rgb(152, 154, 179)
Tritanopia (Blue-blind)
#A2AAA8 — rgb(162, 170, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 36%, 65%);
text
color: hsl(267, 36%, 65%);
border
border: 2px solid hsl(267, 36%, 65%);
gradient light
background: linear-gradient(to right, hsl(267, 36%, 85%), hsl(267, 36%, 65%));
gradient dark
background: linear-gradient(to right, hsl(267, 36%, 65%), hsl(267, 36%, 45%))
hex
background-color: #A386C6;
tailwind
bg-[hsl(267,36%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 36%, 65%, 0.4);
css variable
--color-primary: hsl(267, 36%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 36%, 65%)?
HEX: #A386C6 | RGB: rgb(163, 134, 198) | CMYK: 18%, 32%, 0%, 22% | HSV: 267°, 32%, 78%. Copy any format from the conversion table above.
What colors go well with #A386C6?
The complementary color is HSL(87, 36%, 65%). 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, 36%, 65%) in CSS?
As HSL: color: hsl(267, 36%, 65%); — As HEX: color: #A386C6; — As RGB: color: rgb(163, 134, 198); — Tailwind CSS: bg-[hsl(267,36%,65%)] — CSS variable: --color-primary: hsl(267, 36%, 65%);