HSL(270, 80%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,80%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 80%, 65%) | color: hsl(270, 80%, 65%) | |
| HEX | #A65EED | color: #A65EED | |
| RGB | rgb(166, 94, 237) | color: rgb(166, 94, 237) | |
| CMYK | cmyk(30%, 60%, 0%, 7%) | — | |
| HSV | hsv(270, 60%, 93%) | — | |
| HWB | hwb(270 37% 7%) | color: hwb(270 37% 7%) | |
| OKLCH | oklch(0.6296 0.2095 304.21) | color: oklch(0.6296 0.2095 304.21) | |
| Lab | lab(54.27 55.55 -61.22) | color: lab(54.27 55.55 -61.22) | |
| LCH | lch(54.27 82.67 312.22) | color: lch(54.27 82.67 312.22) |
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)
#8786CA — rgb(135, 134, 202)
Deuteranopia (Green-blind)
#8B90C2 — rgb(139, 144, 194)
Tritanopia (Blue-blind)
#A2AFA9 — rgb(162, 175, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 80%, 65%);
text
color: hsl(270, 80%, 65%);
border
border: 2px solid hsl(270, 80%, 65%);
gradient light
background: linear-gradient(to right, hsl(270, 80%, 85%), hsl(270, 80%, 65%));
gradient dark
background: linear-gradient(to right, hsl(270, 80%, 65%), hsl(270, 80%, 45%))
hex
background-color: #A65EED;
tailwind
bg-[hsl(270,80%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 80%, 65%, 0.4);
css variable
--color-primary: hsl(270, 80%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 80%, 65%)?
HEX: #A65EED | RGB: rgb(166, 94, 237) | CMYK: 30%, 60%, 0%, 7% | HSV: 270°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #A65EED?
The complementary color is HSL(90, 80%, 65%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 80%, 65%) in CSS?
As HSL: color: hsl(270, 80%, 65%); — As HEX: color: #A65EED; — As RGB: color: rgb(166, 94, 237); — Tailwind CSS: bg-[hsl(270,80%,65%)] — CSS variable: --color-primary: hsl(270, 80%, 65%);