HSL(280, 26%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,26%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 26%, 44%) | color: hsl(280, 26%, 44%) | |
| HEX | #7A538D | color: #7A538D | |
| RGB | rgb(122, 83, 141) | color: rgb(122, 83, 141) | |
| CMYK | cmyk(13%, 41%, 0%, 45%) | — | |
| HSV | hsv(280, 41%, 55%) | — | |
| HWB | hwb(280 32% 45%) | color: hwb(280 32% 45%) | |
| OKLCH | oklch(0.5077 0.0995 314.06) | color: oklch(0.5077 0.0995 314.06) | |
| Lab | lab(41.61 27.35 -25.89) | color: lab(41.61 27.35 -25.89) | |
| LCH | lch(41.61 37.66 316.57) | color: lch(41.61 37.66 316.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)
#69697F — rgb(105, 105, 127)
Deuteranopia (Green-blind)
#6B6E7C — rgb(107, 110, 124)
Tritanopia (Blue-blind)
#787471 — rgb(120, 116, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 26%, 44%);
text
color: hsl(280, 26%, 44%);
border
border: 2px solid hsl(280, 26%, 44%);
gradient light
background: linear-gradient(to right, hsl(280, 26%, 64%), hsl(280, 26%, 44%));
gradient dark
background: linear-gradient(to right, hsl(280, 26%, 44%), hsl(280, 26%, 24%))
hex
background-color: #7A538D;
tailwind
bg-[hsl(280,26%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 26%, 44%, 0.4);
css variable
--color-primary: hsl(280, 26%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 26%, 44%)?
HEX: #7A538D | RGB: rgb(122, 83, 141) | CMYK: 13%, 41%, 0%, 45% | HSV: 280°, 41%, 55%. Copy any format from the conversion table above.
What colors go well with #7A538D?
The complementary color is HSL(100, 26%, 44%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 26%, 44%) in CSS?
As HSL: color: hsl(280, 26%, 44%); — As HEX: color: #7A538D; — As RGB: color: rgb(122, 83, 141); — Tailwind CSS: bg-[hsl(280,26%,44%)] — CSS variable: --color-primary: hsl(280, 26%, 44%);