HSL(273, 93%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(273,93%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(273, 93%, 67%) | color: hsl(273, 93%, 67%) | |
| HEX | #B35DF9 | color: #B35DF9 | |
| RGB | rgb(179, 93, 249) | color: rgb(179, 93, 249) | |
| CMYK | cmyk(28%, 63%, 0%, 2%) | — | |
| HSV | hsv(273, 63%, 98%) | — | |
| HWB | hwb(273 36% 2%) | color: hwb(273 36% 2%) | |
| OKLCH | oklch(0.6503 0.2269 306.46) | color: oklch(0.6503 0.2269 306.46) | |
| Lab | lab(56.34 61.63 -64.49) | color: lab(56.34 61.63 -64.49) | |
| LCH | lch(56.34 89.2 313.7) | color: lch(56.34 89.2 313.7) |
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)
#8E8DD3 — rgb(142, 141, 211)
Deuteranopia (Green-blind)
#9399CA — rgb(147, 153, 202)
Tritanopia (Blue-blind)
#AFB5AF — rgb(175, 181, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(273, 93%, 67%);
text
color: hsl(273, 93%, 67%);
border
border: 2px solid hsl(273, 93%, 67%);
gradient light
background: linear-gradient(to right, hsl(273, 93%, 87%), hsl(273, 93%, 67%));
gradient dark
background: linear-gradient(to right, hsl(273, 93%, 67%), hsl(273, 93%, 47%))
hex
background-color: #B35DF9;
tailwind
bg-[hsl(273,93%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(273, 93%, 67%, 0.4);
css variable
--color-primary: hsl(273, 93%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(273, 93%, 67%)?
HEX: #B35DF9 | RGB: rgb(179, 93, 249) | CMYK: 28%, 63%, 0%, 2% | HSV: 273°, 63%, 98%. Copy any format from the conversion table above.
What colors go well with #B35DF9?
The complementary color is HSL(93, 93%, 67%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(273, 93%, 67%) in CSS?
As HSL: color: hsl(273, 93%, 67%); — As HEX: color: #B35DF9; — As RGB: color: rgb(179, 93, 249); — Tailwind CSS: bg-[hsl(273,93%,67%)] — CSS variable: --color-primary: hsl(273, 93%, 67%);