HSL(263, 70%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,70%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 70%, 69%) | color: hsl(263, 70%, 69%) | |
| HEX | #A379E7 | color: #A379E7 | |
| RGB | rgb(163, 121, 231) | color: rgb(163, 121, 231) | |
| CMYK | cmyk(29%, 48%, 0%, 9%) | — | |
| HSV | hsv(263, 48%, 91%) | — | |
| HWB | hwb(263 47% 9%) | color: hwb(263 47% 9%) | |
| OKLCH | oklch(0.6641 0.1618 299.62) | color: oklch(0.6641 0.1618 299.62) | |
| Lab | lab(59.19 38.89 -50.03) | color: lab(59.19 38.89 -50.03) | |
| LCH | lch(59.19 63.37 307.86) | color: lch(59.19 63.37 307.86) |
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)
#9190CC — rgb(145, 144, 204)
Deuteranopia (Green-blind)
#9396C6 — rgb(147, 150, 198)
Tritanopia (Blue-blind)
#A1B7B3 — rgb(161, 183, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 70%, 69%);
text
color: hsl(263, 70%, 69%);
border
border: 2px solid hsl(263, 70%, 69%);
gradient light
background: linear-gradient(to right, hsl(263, 70%, 89%), hsl(263, 70%, 69%));
gradient dark
background: linear-gradient(to right, hsl(263, 70%, 69%), hsl(263, 70%, 49%))
hex
background-color: #A379E7;
tailwind
bg-[hsl(263,70%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 70%, 69%, 0.4);
css variable
--color-primary: hsl(263, 70%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 70%, 69%)?
HEX: #A379E7 | RGB: rgb(163, 121, 231) | CMYK: 29%, 48%, 0%, 9% | HSV: 263°, 48%, 91%. Copy any format from the conversion table above.
What colors go well with #A379E7?
The complementary color is HSL(83, 70%, 69%). 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, 70%, 69%) in CSS?
As HSL: color: hsl(263, 70%, 69%); — As HEX: color: #A379E7; — As RGB: color: rgb(163, 121, 231); — Tailwind CSS: bg-[hsl(263,70%,69%)] — CSS variable: --color-primary: hsl(263, 70%, 69%);