HSL(280, 20%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 20%, 68%) | color: hsl(280, 20%, 68%) | |
| HEX | #B39DBE | color: #B39DBE | |
| RGB | rgb(179, 157, 190) | color: rgb(179, 157, 190) | |
| CMYK | cmyk(6%, 17%, 0%, 25%) | — | |
| HSV | hsv(280, 17%, 75%) | — | |
| HWB | hwb(280 62% 25%) | color: hwb(280 62% 25%) | |
| OKLCH | oklch(0.726 0.0529 314.47) | color: oklch(0.726 0.0529 314.47) | |
| Lab | lab(67.59 14.22 -14.02) | color: lab(67.59 14.22 -14.02) | |
| LCH | lch(67.59 19.97 315.41) | color: lch(67.59 19.97 315.41) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A9A9B6 — rgb(169, 169, 182)
Deuteranopia (Green-blind)
#ABACB4 — rgb(171, 172, 180)
Tritanopia (Blue-blind)
#B2B0AE — rgb(178, 176, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 20%, 68%);
text
color: hsl(280, 20%, 68%);
border
border: 2px solid hsl(280, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(280, 20%, 88%), hsl(280, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(280, 20%, 68%), hsl(280, 20%, 48%))
hex
background-color: #B39DBE;
tailwind
bg-[hsl(280,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 20%, 68%, 0.4);
css variable
--color-primary: hsl(280, 20%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 20%, 68%)?
HEX: #B39DBE | RGB: rgb(179, 157, 190) | CMYK: 6%, 17%, 0%, 25% | HSV: 280°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #B39DBE?
The complementary color is HSL(100, 20%, 68%). 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, 20%, 68%) in CSS?
As HSL: color: hsl(280, 20%, 68%); — As HEX: color: #B39DBE; — As RGB: color: rgb(179, 157, 190); — Tailwind CSS: bg-[hsl(280,20%,68%)] — CSS variable: --color-primary: hsl(280, 20%, 68%);