HSL(277, 67%, 56%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,67%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 67%, 56%) | color: hsl(277, 67%, 56%) | |
| HEX | #A044DA | color: #A044DA | |
| RGB | rgb(160, 68, 218) | color: rgb(160, 68, 218) | |
| CMYK | cmyk(27%, 69%, 0%, 15%) | — | |
| HSV | hsv(277, 69%, 85%) | — | |
| HWB | hwb(277 26% 15%) | color: hwb(277 26% 15%) | |
| OKLCH | oklch(0.5778 0.2222 309.16) | color: oklch(0.5778 0.2222 309.16) | |
| Lab | lab(47.84 62.26 -60.88) | color: lab(47.84 62.26 -60.88) | |
| LCH | lch(47.84 87.08 315.64) | color: lch(47.84 87.08 315.64) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7877B6 — rgb(120, 119, 182)
Deuteranopia (Green-blind)
#7E84AD — rgb(126, 132, 173)
Tritanopia (Blue-blind)
#9B9993 — rgb(155, 153, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 67%, 56%);
text
color: hsl(277, 67%, 56%);
border
border: 2px solid hsl(277, 67%, 56%);
gradient light
background: linear-gradient(to right, hsl(277, 67%, 76%), hsl(277, 67%, 56%));
gradient dark
background: linear-gradient(to right, hsl(277, 67%, 56%), hsl(277, 67%, 36%))
hex
background-color: #A044DA;
tailwind
bg-[hsl(277,67%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 67%, 56%, 0.4);
css variable
--color-primary: hsl(277, 67%, 56%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 67%, 56%)?
HEX: #A044DA | RGB: rgb(160, 68, 218) | CMYK: 27%, 69%, 0%, 15% | HSV: 277°, 69%, 85%. Copy any format from the conversion table above.
What colors go well with #A044DA?
The complementary color is HSL(97, 67%, 56%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 67%, 56%) in CSS?
As HSL: color: hsl(277, 67%, 56%); — As HEX: color: #A044DA; — As RGB: color: rgb(160, 68, 218); — Tailwind CSS: bg-[hsl(277,67%,56%)] — CSS variable: --color-primary: hsl(277, 67%, 56%);