HSL(264, 85%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,85%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 85%, 68%) | color: hsl(264, 85%, 68%) | |
| HEX | #A068F3 | color: #A068F3 | |
| RGB | rgb(160, 104, 243) | color: rgb(160, 104, 243) | |
| CMYK | cmyk(34%, 57%, 0%, 5%) | — | |
| HSV | hsv(264, 57%, 95%) | — | |
| HWB | hwb(264 41% 5%) | color: hwb(264 41% 5%) | |
| OKLCH | oklch(0.6415 0.2012 299.24) | color: oklch(0.6415 0.2012 299.24) | |
| Lab | lab(55.93 50.44 -61.92) | color: lab(55.93 50.44 -61.92) | |
| LCH | lch(55.93 79.86 309.17) | color: lch(55.93 79.86 309.17) |
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)
#8887D1 — rgb(136, 135, 209)
Deuteranopia (Green-blind)
#8B8FC9 — rgb(139, 143, 201)
Tritanopia (Blue-blind)
#9DB7B1 — rgb(157, 183, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 85%, 68%);
text
color: hsl(264, 85%, 68%);
border
border: 2px solid hsl(264, 85%, 68%);
gradient light
background: linear-gradient(to right, hsl(264, 85%, 88%), hsl(264, 85%, 68%));
gradient dark
background: linear-gradient(to right, hsl(264, 85%, 68%), hsl(264, 85%, 48%))
hex
background-color: #A068F3;
tailwind
bg-[hsl(264,85%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 85%, 68%, 0.4);
css variable
--color-primary: hsl(264, 85%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 85%, 68%)?
HEX: #A068F3 | RGB: rgb(160, 104, 243) | CMYK: 34%, 57%, 0%, 5% | HSV: 264°, 57%, 95%. Copy any format from the conversion table above.
What colors go well with #A068F3?
The complementary color is HSL(84, 85%, 68%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 85%, 68%) in CSS?
As HSL: color: hsl(264, 85%, 68%); — As HEX: color: #A068F3; — As RGB: color: rgb(160, 104, 243); — Tailwind CSS: bg-[hsl(264,85%,68%)] — CSS variable: --color-primary: hsl(264, 85%, 68%);