HSL(280, 40%, 39%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,40%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 40%, 39%) | color: hsl(280, 40%, 39%) | |
| HEX | #713C8B | color: #713C8B | |
| RGB | rgb(113, 60, 139) | color: rgb(113, 60, 139) | |
| CMYK | cmyk(19%, 57%, 0%, 45%) | — | |
| HSV | hsv(280, 57%, 55%) | — | |
| HWB | hwb(280 24% 45%) | color: hwb(280 24% 45%) | |
| OKLCH | oklch(0.4573 0.1338 313.29) | color: oklch(0.4573 0.1338 313.29) | |
| Lab | lab(35.22 37.42 -34.8) | color: lab(35.22 37.42 -34.8) | |
| LCH | lch(35.22 51.1 317.08) | color: lch(35.22 51.1 317.08) |
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)
#5A5A78 — rgb(90, 90, 120)
Deuteranopia (Green-blind)
#5D6173 — rgb(93, 97, 115)
Tritanopia (Blue-blind)
#6E6965 — rgb(110, 105, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 40%, 39%);
text
color: hsl(280, 40%, 39%);
border
border: 2px solid hsl(280, 40%, 39%);
gradient light
background: linear-gradient(to right, hsl(280, 40%, 59%), hsl(280, 40%, 39%));
gradient dark
background: linear-gradient(to right, hsl(280, 40%, 39%), hsl(280, 40%, 19%))
hex
background-color: #713C8B;
tailwind
bg-[hsl(280,40%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 40%, 39%, 0.4);
css variable
--color-primary: hsl(280, 40%, 39%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 40%, 39%)?
HEX: #713C8B | RGB: rgb(113, 60, 139) | CMYK: 19%, 57%, 0%, 45% | HSV: 280°, 57%, 55%. Copy any format from the conversion table above.
What colors go well with #713C8B?
The complementary color is HSL(100, 40%, 39%). 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, 40%, 39%) in CSS?
As HSL: color: hsl(280, 40%, 39%); — As HEX: color: #713C8B; — As RGB: color: rgb(113, 60, 139); — Tailwind CSS: bg-[hsl(280,40%,39%)] — CSS variable: --color-primary: hsl(280, 40%, 39%);