HSL(282, 23%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,23%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 23%, 38%) | color: hsl(282, 23%, 38%) | |
| HEX | #6A4B77 | color: #6A4B77 | |
| RGB | rgb(106, 75, 119) | color: rgb(106, 75, 119) | |
| CMYK | cmyk(11%, 37%, 0%, 53%) | — | |
| HSV | hsv(282, 37%, 47%) | — | |
| HWB | hwb(282 30% 53%) | color: hwb(282 30% 53%) | |
| OKLCH | oklch(0.4638 0.0786 315.57) | color: oklch(0.4638 0.0786 315.57) | |
| Lab | lab(36.8 21.78 -20.04) | color: lab(36.8 21.78 -20.04) | |
| LCH | lch(36.8 29.6 317.38) | color: lch(36.8 29.6 317.38) |
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)
#5D5C6C — rgb(93, 92, 108)
Deuteranopia (Green-blind)
#5E616A — rgb(94, 97, 106)
Tritanopia (Blue-blind)
#686462 — rgb(104, 100, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 23%, 38%);
text
color: hsl(282, 23%, 38%);
border
border: 2px solid hsl(282, 23%, 38%);
gradient light
background: linear-gradient(to right, hsl(282, 23%, 58%), hsl(282, 23%, 38%));
gradient dark
background: linear-gradient(to right, hsl(282, 23%, 38%), hsl(282, 23%, 18%))
hex
background-color: #6A4B77;
tailwind
bg-[hsl(282,23%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 23%, 38%, 0.4);
css variable
--color-primary: hsl(282, 23%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 23%, 38%)?
HEX: #6A4B77 | RGB: rgb(106, 75, 119) | CMYK: 11%, 37%, 0%, 53% | HSV: 282°, 37%, 47%. Copy any format from the conversion table above.
What colors go well with #6A4B77?
The complementary color is HSL(102, 23%, 38%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 23%, 38%) in CSS?
As HSL: color: hsl(282, 23%, 38%); — As HEX: color: #6A4B77; — As RGB: color: rgb(106, 75, 119); — Tailwind CSS: bg-[hsl(282,23%,38%)] — CSS variable: --color-primary: hsl(282, 23%, 38%);