HSL(281, 79%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,79%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 79%, 38%) | color: hsl(281, 79%, 38%) | |
| HEX | #7D14AD | color: #7D14AD | |
| RGB | rgb(125, 20, 173) | color: rgb(125, 20, 173) | |
| CMYK | cmyk(28%, 88%, 0%, 32%) | — | |
| HSV | hsv(281, 88%, 68%) | — | |
| HWB | hwb(281 8% 32%) | color: hwb(281 8% 32%) | |
| OKLCH | oklch(0.4578 0.2172 310.97) | color: oklch(0.4578 0.2172 310.97) | |
| Lab | lab(33.73 63.16 -57.73) | color: lab(33.73 63.16 -57.73) | |
| LCH | lch(33.73 85.57 317.57) | color: lch(33.73 85.57 317.57) |
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)
#504F88 — rgb(80, 79, 136)
Deuteranopia (Green-blind)
#565E7F — rgb(86, 94, 127)
Tritanopia (Blue-blind)
#786B64 — rgb(120, 107, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 79%, 38%);
text
color: hsl(281, 79%, 38%);
border
border: 2px solid hsl(281, 79%, 38%);
gradient light
background: linear-gradient(to right, hsl(281, 79%, 58%), hsl(281, 79%, 38%));
gradient dark
background: linear-gradient(to right, hsl(281, 79%, 38%), hsl(281, 79%, 18%))
hex
background-color: #7D14AD;
tailwind
bg-[hsl(281,79%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 79%, 38%, 0.4);
css variable
--color-primary: hsl(281, 79%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 79%, 38%)?
HEX: #7D14AD | RGB: rgb(125, 20, 173) | CMYK: 28%, 88%, 0%, 32% | HSV: 281°, 88%, 68%. Copy any format from the conversion table above.
What colors go well with #7D14AD?
The complementary color is HSL(101, 79%, 38%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 79%, 38%) in CSS?
As HSL: color: hsl(281, 79%, 38%); — As HEX: color: #7D14AD; — As RGB: color: rgb(125, 20, 173); — Tailwind CSS: bg-[hsl(281,79%,38%)] — CSS variable: --color-primary: hsl(281, 79%, 38%);