HSL(255, 85%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 85%, 67%) | color: hsl(255, 85%, 67%) | |
| HEX | #8763F2 | color: #8763F2 | |
| RGB | rgb(135, 99, 242) | color: rgb(135, 99, 242) | |
| CMYK | cmyk(44%, 59%, 0%, 5%) | — | |
| HSV | hsv(255, 59%, 95%) | — | |
| HWB | hwb(255 39% 5%) | color: hwb(255 39% 5%) | |
| OKLCH | oklch(0.6095 0.205 290.62) | color: oklch(0.6095 0.205 290.62) | |
| Lab | lab(52.38 47.48 -67.22) | color: lab(52.38 47.48 -67.22) | |
| LCH | lch(52.38 82.3 305.23) | color: lch(52.38 82.3 305.23) |
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)
#7777CF — rgb(119, 119, 207)
Deuteranopia (Green-blind)
#7A7CC7 — rgb(122, 124, 199)
Tritanopia (Blue-blind)
#85B4AE — rgb(133, 180, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 85%, 67%);
text
color: hsl(255, 85%, 67%);
border
border: 2px solid hsl(255, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(255, 85%, 87%), hsl(255, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(255, 85%, 67%), hsl(255, 85%, 47%))
hex
background-color: #8763F2;
tailwind
bg-[hsl(255,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 85%, 67%, 0.4);
css variable
--color-primary: hsl(255, 85%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 85%, 67%)?
HEX: #8763F2 | RGB: rgb(135, 99, 242) | CMYK: 44%, 59%, 0%, 5% | HSV: 255°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #8763F2?
The complementary color is HSL(75, 85%, 67%). 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, 85%, 67%) in CSS?
As HSL: color: hsl(255, 85%, 67%); — As HEX: color: #8763F2; — As RGB: color: rgb(135, 99, 242); — Tailwind CSS: bg-[hsl(255,85%,67%)] — CSS variable: --color-primary: hsl(255, 85%, 67%);