HSL(282, 43%, 36%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,43%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 43%, 36%) | color: hsl(282, 43%, 36%) | |
| HEX | #6C3483 | color: #6C3483 | |
| RGB | rgb(108, 52, 131) | color: rgb(108, 52, 131) | |
| CMYK | cmyk(18%, 60%, 0%, 49%) | — | |
| HSV | hsv(283, 60%, 51%) | — | |
| HWB | hwb(283 20% 49%) | color: hwb(283 20% 49%) | |
| OKLCH | oklch(0.434 0.1357 314.95) | color: oklch(0.434 0.1357 314.95) | |
| Lab | lab(32.44 38.55 -34.31) | color: lab(32.44 38.55 -34.31) | |
| LCH | lch(32.44 51.61 318.33) | color: lch(32.44 51.61 318.33) |
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)
#545370 — rgb(84, 83, 112)
Deuteranopia (Green-blind)
#575B6B — rgb(87, 91, 107)
Tritanopia (Blue-blind)
#69615D — rgb(105, 97, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 43%, 36%);
text
color: hsl(282, 43%, 36%);
border
border: 2px solid hsl(282, 43%, 36%);
gradient light
background: linear-gradient(to right, hsl(282, 43%, 56%), hsl(282, 43%, 36%));
gradient dark
background: linear-gradient(to right, hsl(282, 43%, 36%), hsl(282, 43%, 16%))
hex
background-color: #6C3483;
tailwind
bg-[hsl(282,43%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 43%, 36%, 0.4);
css variable
--color-primary: hsl(282, 43%, 36%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 43%, 36%)?
HEX: #6C3483 | RGB: rgb(108, 52, 131) | CMYK: 18%, 60%, 0%, 49% | HSV: 283°, 60%, 51%. Copy any format from the conversion table above.
What colors go well with #6C3483?
The complementary color is HSL(102, 43%, 36%). 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, 43%, 36%) in CSS?
As HSL: color: hsl(282, 43%, 36%); — As HEX: color: #6C3483; — As RGB: color: rgb(108, 52, 131); — Tailwind CSS: bg-[hsl(282,43%,36%)] — CSS variable: --color-primary: hsl(282, 43%, 36%);