HSL(255, 90%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,90%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 90%, 69%) | color: hsl(255, 90%, 69%) | |
| HEX | #8C69F7 | color: #8C69F7 | |
| RGB | rgb(140, 105, 247) | color: rgb(140, 105, 247) | |
| CMYK | cmyk(43%, 57%, 0%, 3%) | — | |
| HSV | hsv(255, 57%, 97%) | — | |
| HWB | hwb(255 42% 3%) | color: hwb(255 42% 3%) | |
| OKLCH | oklch(0.6268 0.2031 290.7) | color: oklch(0.6268 0.2031 290.7) | |
| Lab | lab(54.44 46.55 -66.65) | color: lab(54.44 46.55 -66.65) | |
| LCH | lch(54.44 81.3 304.93) | color: lch(54.44 81.3 304.93) |
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)
#7D7DD5 — rgb(125, 125, 213)
Deuteranopia (Green-blind)
#7F82CC — rgb(127, 130, 204)
Tritanopia (Blue-blind)
#8ABAB4 — rgb(138, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 90%, 69%);
text
color: hsl(255, 90%, 69%);
border
border: 2px solid hsl(255, 90%, 69%);
gradient light
background: linear-gradient(to right, hsl(255, 90%, 89%), hsl(255, 90%, 69%));
gradient dark
background: linear-gradient(to right, hsl(255, 90%, 69%), hsl(255, 90%, 49%))
hex
background-color: #8C69F7;
tailwind
bg-[hsl(255,90%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 90%, 69%, 0.4);
css variable
--color-primary: hsl(255, 90%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 90%, 69%)?
HEX: #8C69F7 | RGB: rgb(140, 105, 247) | CMYK: 43%, 57%, 0%, 3% | HSV: 255°, 57%, 97%. Copy any format from the conversion table above.
What colors go well with #8C69F7?
The complementary color is HSL(75, 90%, 69%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 90%, 69%) in CSS?
As HSL: color: hsl(255, 90%, 69%); — As HEX: color: #8C69F7; — As RGB: color: rgb(140, 105, 247); — Tailwind CSS: bg-[hsl(255,90%,69%)] — CSS variable: --color-primary: hsl(255, 90%, 69%);