HSL(275, 41%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(275,41%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(275, 41%, 61%) | color: hsl(275, 41%, 61%) | |
| HEX | #A273C4 | color: #A273C4 | |
| RGB | rgb(162, 115, 196) | color: rgb(162, 115, 196) | |
| CMYK | cmyk(17%, 41%, 0%, 23%) | — | |
| HSV | hsv(275, 41%, 77%) | — | |
| HWB | hwb(275 45% 23%) | color: hwb(275 45% 23%) | |
| OKLCH | oklch(0.6345 0.1276 309.87) | color: oklch(0.6345 0.1276 309.87) | |
| Lab | lab(56.02 33.73 -35.31) | color: lab(56.02 33.73 -35.31) | |
| LCH | lch(56.02 48.83 313.69) | color: lch(56.02 48.83 313.69) |
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)
#8E8DB0 — rgb(142, 141, 176)
Deuteranopia (Green-blind)
#9094AC — rgb(144, 148, 172)
Tritanopia (Blue-blind)
#A0A19E — rgb(160, 161, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(275, 41%, 61%);
text
color: hsl(275, 41%, 61%);
border
border: 2px solid hsl(275, 41%, 61%);
gradient light
background: linear-gradient(to right, hsl(275, 41%, 81%), hsl(275, 41%, 61%));
gradient dark
background: linear-gradient(to right, hsl(275, 41%, 61%), hsl(275, 41%, 41%))
hex
background-color: #A273C4;
tailwind
bg-[hsl(275,41%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(275, 41%, 61%, 0.4);
css variable
--color-primary: hsl(275, 41%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(275, 41%, 61%)?
HEX: #A273C4 | RGB: rgb(162, 115, 196) | CMYK: 17%, 41%, 0%, 23% | HSV: 275°, 41%, 77%. Copy any format from the conversion table above.
What colors go well with #A273C4?
The complementary color is HSL(95, 41%, 61%). For a triadic harmony, use hues 275°, 35°, and 155°. For analogous combinations, try hues 245° and 305°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(275, 41%, 61%) in CSS?
As HSL: color: hsl(275, 41%, 61%); — As HEX: color: #A273C4; — As RGB: color: rgb(162, 115, 196); — Tailwind CSS: bg-[hsl(275,41%,61%)] — CSS variable: --color-primary: hsl(275, 41%, 61%);