HSL(276, 20%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,20%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 20%, 69%) | color: hsl(276, 20%, 69%) | |
| HEX | #B3A0C0 | color: #B3A0C0 | |
| RGB | rgb(179, 160, 192) | color: rgb(179, 160, 192) | |
| CMYK | cmyk(7%, 17%, 0%, 25%) | — | |
| HSV | hsv(276, 17%, 75%) | — | |
| HWB | hwb(276 62% 25%) | color: hwb(276 62% 25%) | |
| OKLCH | oklch(0.7326 0.0501 311.6) | color: oklch(0.7326 0.0501 311.6) | |
| Lab | lab(68.41 12.95 -13.89) | color: lab(68.41 12.95 -13.89) | |
| LCH | lch(68.41 18.99 312.99) | color: lch(68.41 18.99 312.99) |
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)
#ABABB8 — rgb(171, 171, 184)
Deuteranopia (Green-blind)
#ACADB6 — rgb(172, 173, 182)
Tritanopia (Blue-blind)
#B2B2B1 — rgb(178, 178, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 20%, 69%);
text
color: hsl(276, 20%, 69%);
border
border: 2px solid hsl(276, 20%, 69%);
gradient light
background: linear-gradient(to right, hsl(276, 20%, 89%), hsl(276, 20%, 69%));
gradient dark
background: linear-gradient(to right, hsl(276, 20%, 69%), hsl(276, 20%, 49%))
hex
background-color: #B3A0C0;
tailwind
bg-[hsl(276,20%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 20%, 69%, 0.4);
css variable
--color-primary: hsl(276, 20%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 20%, 69%)?
HEX: #B3A0C0 | RGB: rgb(179, 160, 192) | CMYK: 7%, 17%, 0%, 25% | HSV: 276°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #B3A0C0?
The complementary color is HSL(96, 20%, 69%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 20%, 69%) in CSS?
As HSL: color: hsl(276, 20%, 69%); — As HEX: color: #B3A0C0; — As RGB: color: rgb(179, 160, 192); — Tailwind CSS: bg-[hsl(276,20%,69%)] — CSS variable: --color-primary: hsl(276, 20%, 69%);