HSL(276, 98%, 60%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,98%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 98%, 60%) | color: hsl(276, 98%, 60%) | |
| HEX | #AD35FD | color: #AD35FD | |
| RGB | rgb(173, 53, 253) | color: rgb(173, 53, 253) | |
| CMYK | cmyk(32%, 79%, 0%, 1%) | — | |
| HSV | hsv(276, 79%, 99%) | — | |
| HWB | hwb(276 21% 1%) | color: hwb(276 21% 1%) | |
| OKLCH | oklch(0.6054 0.2731 306.81) | color: oklch(0.6054 0.2731 306.81) | |
| Lab | lab(50.12 77.52 -76.82) | color: lab(50.12 77.52 -76.82) | |
| LCH | lch(50.12 109.14 315.26) | color: lch(50.12 109.14 315.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)
#7978CD — rgb(121, 120, 205)
Deuteranopia (Green-blind)
#8089C1 — rgb(128, 137, 193)
Tritanopia (Blue-blind)
#A7A69E — rgb(167, 166, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 98%, 60%);
text
color: hsl(276, 98%, 60%);
border
border: 2px solid hsl(276, 98%, 60%);
gradient light
background: linear-gradient(to right, hsl(276, 98%, 80%), hsl(276, 98%, 60%));
gradient dark
background: linear-gradient(to right, hsl(276, 98%, 60%), hsl(276, 98%, 40%))
hex
background-color: #AD35FD;
tailwind
bg-[hsl(276,98%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 98%, 60%, 0.4);
css variable
--color-primary: hsl(276, 98%, 60%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 98%, 60%)?
HEX: #AD35FD | RGB: rgb(173, 53, 253) | CMYK: 32%, 79%, 0%, 1% | HSV: 276°, 79%, 99%. Copy any format from the conversion table above.
What colors go well with #AD35FD?
The complementary color is HSL(96, 98%, 60%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 98%, 60%) in CSS?
As HSL: color: hsl(276, 98%, 60%); — As HEX: color: #AD35FD; — As RGB: color: rgb(173, 53, 253); — Tailwind CSS: bg-[hsl(276,98%,60%)] — CSS variable: --color-primary: hsl(276, 98%, 60%);