HSL(283, 67%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,67%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 67%, 44%) | color: hsl(283, 67%, 44%) | |
| HEX | #9125BB | color: #9125BB | |
| RGB | rgb(145, 37, 187) | color: rgb(145, 37, 187) | |
| CMYK | cmyk(22%, 80%, 0%, 27%) | — | |
| HSV | hsv(283, 80%, 73%) | — | |
| HWB | hwb(283 15% 27%) | color: hwb(283 15% 27%) | |
| OKLCH | oklch(0.5073 0.2222 313.94) | color: oklch(0.5073 0.2222 313.94) | |
| Lab | lab(39.46 64.66 -56.58) | color: lab(39.46 64.66 -56.58) | |
| LCH | lch(39.46 85.92 318.81) | color: lch(39.46 85.92 318.81) |
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)
#626197 — rgb(98, 97, 151)
Deuteranopia (Green-blind)
#69718E — rgb(105, 113, 142)
Tritanopia (Blue-blind)
#8C7A74 — rgb(140, 122, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 67%, 44%);
text
color: hsl(283, 67%, 44%);
border
border: 2px solid hsl(283, 67%, 44%);
gradient light
background: linear-gradient(to right, hsl(283, 67%, 64%), hsl(283, 67%, 44%));
gradient dark
background: linear-gradient(to right, hsl(283, 67%, 44%), hsl(283, 67%, 24%))
hex
background-color: #9125BB;
tailwind
bg-[hsl(283,67%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 67%, 44%, 0.4);
css variable
--color-primary: hsl(283, 67%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 67%, 44%)?
HEX: #9125BB | RGB: rgb(145, 37, 187) | CMYK: 22%, 80%, 0%, 27% | HSV: 283°, 80%, 73%. Copy any format from the conversion table above.
What colors go well with #9125BB?
The complementary color is HSL(103, 67%, 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, 67%, 44%) in CSS?
As HSL: color: hsl(283, 67%, 44%); — As HEX: color: #9125BB; — As RGB: color: rgb(145, 37, 187); — Tailwind CSS: bg-[hsl(283,67%,44%)] — CSS variable: --color-primary: hsl(283, 67%, 44%);