HSL(274, 79%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,79%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 79%, 61%) | color: hsl(274, 79%, 61%) | |
| HEX | #A64DEA | color: #A64DEA | |
| RGB | rgb(166, 77, 234) | color: rgb(166, 77, 234) | |
| CMYK | cmyk(29%, 67%, 0%, 8%) | — | |
| HSV | hsv(274, 67%, 92%) | — | |
| HWB | hwb(274 30% 8%) | color: hwb(274 30% 8%) | |
| OKLCH | oklch(0.6061 0.2287 306.76) | color: oklch(0.6061 0.2287 306.76) | |
| Lab | lab(51.1 63 -64.64) | color: lab(51.1 63 -64.64) | |
| LCH | lch(51.1 90.26 314.26) | color: lch(51.1 90.26 314.26) |
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)
#7F7FC4 — rgb(127, 127, 196)
Deuteranopia (Green-blind)
#858BBB — rgb(133, 139, 187)
Tritanopia (Blue-blind)
#A2A69F — rgb(162, 166, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 79%, 61%);
text
color: hsl(274, 79%, 61%);
border
border: 2px solid hsl(274, 79%, 61%);
gradient light
background: linear-gradient(to right, hsl(274, 79%, 81%), hsl(274, 79%, 61%));
gradient dark
background: linear-gradient(to right, hsl(274, 79%, 61%), hsl(274, 79%, 41%))
hex
background-color: #A64DEA;
tailwind
bg-[hsl(274,79%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 79%, 61%, 0.4);
css variable
--color-primary: hsl(274, 79%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 79%, 61%)?
HEX: #A64DEA | RGB: rgb(166, 77, 234) | CMYK: 29%, 67%, 0%, 8% | HSV: 274°, 67%, 92%. Copy any format from the conversion table above.
What colors go well with #A64DEA?
The complementary color is HSL(94, 79%, 61%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 79%, 61%) in CSS?
As HSL: color: hsl(274, 79%, 61%); — As HEX: color: #A64DEA; — As RGB: color: rgb(166, 77, 234); — Tailwind CSS: bg-[hsl(274,79%,61%)] — CSS variable: --color-primary: hsl(274, 79%, 61%);