HSL(257, 63%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,63%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 63%, 63%) | color: hsl(257, 63%, 63%) | |
| HEX | #8765DC | color: #8765DC | |
| RGB | rgb(135, 101, 220) | color: rgb(135, 101, 220) | |
| CMYK | cmyk(39%, 54%, 0%, 14%) | — | |
| HSV | hsv(257, 54%, 86%) | — | |
| HWB | hwb(257 40% 14%) | color: hwb(257 40% 14%) | |
| OKLCH | oklch(0.5979 0.1747 293.6) | color: oklch(0.5979 0.1747 293.6) | |
| Lab | lab(51.41 40.38 -56.42) | color: lab(51.41 40.38 -56.42) | |
| LCH | lch(51.41 69.38 305.59) | color: lch(51.41 69.38 305.59) |
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)
#7878BF — rgb(120, 120, 191)
Deuteranopia (Green-blind)
#7A7DB8 — rgb(122, 125, 184)
Tritanopia (Blue-blind)
#85A8A3 — rgb(133, 168, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 63%, 63%);
text
color: hsl(257, 63%, 63%);
border
border: 2px solid hsl(257, 63%, 63%);
gradient light
background: linear-gradient(to right, hsl(257, 63%, 83%), hsl(257, 63%, 63%));
gradient dark
background: linear-gradient(to right, hsl(257, 63%, 63%), hsl(257, 63%, 43%))
hex
background-color: #8765DC;
tailwind
bg-[hsl(257,63%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 63%, 63%, 0.4);
css variable
--color-primary: hsl(257, 63%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 63%, 63%)?
HEX: #8765DC | RGB: rgb(135, 101, 220) | CMYK: 39%, 54%, 0%, 14% | HSV: 257°, 54%, 86%. Copy any format from the conversion table above.
What colors go well with #8765DC?
The complementary color is HSL(77, 63%, 63%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 63%, 63%) in CSS?
As HSL: color: hsl(257, 63%, 63%); — As HEX: color: #8765DC; — As RGB: color: rgb(135, 101, 220); — Tailwind CSS: bg-[hsl(257,63%,63%)] — CSS variable: --color-primary: hsl(257, 63%, 63%);