HSL(263, 73%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,73%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 73%, 71%) | color: hsl(263, 73%, 71%) | |
| HEX | #A87FEB | color: #A87FEB | |
| RGB | rgb(168, 127, 235) | color: rgb(168, 127, 235) | |
| CMYK | cmyk(29%, 46%, 0%, 8%) | — | |
| HSV | hsv(263, 46%, 92%) | — | |
| HWB | hwb(263 50% 8%) | color: hwb(263 50% 8%) | |
| OKLCH | oklch(0.6811 0.1583 299.72) | color: oklch(0.6811 0.1583 299.72) | |
| Lab | lab(61.22 37.83 -49) | color: lab(61.22 37.83 -49) | |
| LCH | lch(61.22 61.9 307.67) | color: lch(61.22 61.9 307.67) |
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)
#9696D1 — rgb(150, 150, 209)
Deuteranopia (Green-blind)
#999CCB — rgb(153, 156, 203)
Tritanopia (Blue-blind)
#A6BCB8 — rgb(166, 188, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 73%, 71%);
text
color: hsl(263, 73%, 71%);
border
border: 2px solid hsl(263, 73%, 71%);
gradient light
background: linear-gradient(to right, hsl(263, 73%, 91%), hsl(263, 73%, 71%));
gradient dark
background: linear-gradient(to right, hsl(263, 73%, 71%), hsl(263, 73%, 51%))
hex
background-color: #A87FEB;
tailwind
bg-[hsl(263,73%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 73%, 71%, 0.4);
css variable
--color-primary: hsl(263, 73%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 73%, 71%)?
HEX: #A87FEB | RGB: rgb(168, 127, 235) | CMYK: 29%, 46%, 0%, 8% | HSV: 263°, 46%, 92%. Copy any format from the conversion table above.
What colors go well with #A87FEB?
The complementary color is HSL(83, 73%, 71%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 73%, 71%) in CSS?
As HSL: color: hsl(263, 73%, 71%); — As HEX: color: #A87FEB; — As RGB: color: rgb(168, 127, 235); — Tailwind CSS: bg-[hsl(263,73%,71%)] — CSS variable: --color-primary: hsl(263, 73%, 71%);