HSL(283, 47%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,47%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 47%, 44%) | color: hsl(283, 47%, 44%) | |
| HEX | #873BA5 | color: #873BA5 | |
| RGB | rgb(135, 59, 165) | color: rgb(135, 59, 165) | |
| CMYK | cmyk(18%, 64%, 0%, 35%) | — | |
| HSV | hsv(283, 64%, 65%) | — | |
| HWB | hwb(283 23% 35%) | color: hwb(283 23% 35%) | |
| OKLCH | oklch(0.5004 0.1726 315.07) | color: oklch(0.5004 0.1726 315.07) | |
| Lab | lab(39.57 49.42 -43.43) | color: lab(39.57 49.42 -43.43) | |
| LCH | lch(39.57 65.79 318.69) | color: lch(39.57 65.79 318.69) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#66658B — rgb(102, 101, 139)
Deuteranopia (Green-blind)
#6B7085 — rgb(107, 112, 133)
Tritanopia (Blue-blind)
#837773 — rgb(131, 119, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 47%, 44%);
text
color: hsl(283, 47%, 44%);
border
border: 2px solid hsl(283, 47%, 44%);
gradient light
background: linear-gradient(to right, hsl(283, 47%, 64%), hsl(283, 47%, 44%));
gradient dark
background: linear-gradient(to right, hsl(283, 47%, 44%), hsl(283, 47%, 24%))
hex
background-color: #873BA5;
tailwind
bg-[hsl(283,47%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 47%, 44%, 0.4);
css variable
--color-primary: hsl(283, 47%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 47%, 44%)?
HEX: #873BA5 | RGB: rgb(135, 59, 165) | CMYK: 18%, 64%, 0%, 35% | HSV: 283°, 64%, 65%. Copy any format from the conversion table above.
What colors go well with #873BA5?
The complementary color is HSL(103, 47%, 44%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 47%, 44%) in CSS?
As HSL: color: hsl(283, 47%, 44%); — As HEX: color: #873BA5; — As RGB: color: rgb(135, 59, 165); — Tailwind CSS: bg-[hsl(283,47%,44%)] — CSS variable: --color-primary: hsl(283, 47%, 44%);