HSL(282, 15%, 40%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(282,15%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 15%, 40%) | color: hsl(282, 15%, 40%) | |
| HEX | #6C5775 | color: #6C5775 | |
| RGB | rgb(108, 87, 117) | color: rgb(108, 87, 117) | |
| CMYK | cmyk(8%, 26%, 0%, 54%) | — | |
| HSV | hsv(282, 26%, 46%) | — | |
| HWB | hwb(282 34% 54%) | color: hwb(282 34% 54%) | |
| OKLCH | oklch(0.489 0.0535 315.63) | color: oklch(0.489 0.0535 315.63) | |
| Lab | lab(40.06 14.66 -13.77) | color: lab(40.06 14.66 -13.77) | |
| LCH | lch(40.06 20.11 316.79) | color: lch(40.06 20.11 316.79) |
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)
#63636E — rgb(99, 99, 110)
Deuteranopia (Green-blind)
#64666C — rgb(100, 102, 108)
Tritanopia (Blue-blind)
#6B6867 — rgb(107, 104, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 15%, 40%);
text
color: hsl(282, 15%, 40%);
border
border: 2px solid hsl(282, 15%, 40%);
gradient light
background: linear-gradient(to right, hsl(282, 15%, 60%), hsl(282, 15%, 40%));
gradient dark
background: linear-gradient(to right, hsl(282, 15%, 40%), hsl(282, 15%, 20%))
hex
background-color: #6C5775;
tailwind
bg-[hsl(282,15%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 15%, 40%, 0.4);
css variable
--color-primary: hsl(282, 15%, 40%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 15%, 40%)?
HEX: #6C5775 | RGB: rgb(108, 87, 117) | CMYK: 8%, 26%, 0%, 54% | HSV: 282°, 26%, 46%. Copy any format from the conversion table above.
What colors go well with #6C5775?
The complementary color is HSL(102, 15%, 40%). 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, 15%, 40%) in CSS?
As HSL: color: hsl(282, 15%, 40%); — As HEX: color: #6C5775; — As RGB: color: rgb(108, 87, 117); — Tailwind CSS: bg-[hsl(282,15%,40%)] — CSS variable: --color-primary: hsl(282, 15%, 40%);