HSL(278, 20%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,20%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 20%, 69%) | color: hsl(278, 20%, 69%) | |
| HEX | #B4A0C0 | color: #B4A0C0 | |
| RGB | rgb(180, 160, 192) | color: rgb(180, 160, 192) | |
| CMYK | cmyk(6%, 17%, 0%, 25%) | — | |
| HSV | hsv(278, 17%, 75%) | — | |
| HWB | hwb(278 62% 25%) | color: hwb(278 62% 25%) | |
| OKLCH | oklch(0.7335 0.0505 312.85) | color: oklch(0.7335 0.0505 312.85) | |
| Lab | lab(68.5 13.29 -13.75) | color: lab(68.5 13.29 -13.75) | |
| LCH | lch(68.5 19.12 314.03) | color: lch(68.5 19.12 314.03) |
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)
#ADAEB6 — rgb(173, 174, 182)
Tritanopia (Blue-blind)
#B3B2B1 — rgb(179, 178, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 20%, 69%);
text
color: hsl(278, 20%, 69%);
border
border: 2px solid hsl(278, 20%, 69%);
gradient light
background: linear-gradient(to right, hsl(278, 20%, 89%), hsl(278, 20%, 69%));
gradient dark
background: linear-gradient(to right, hsl(278, 20%, 69%), hsl(278, 20%, 49%))
hex
background-color: #B4A0C0;
tailwind
bg-[hsl(278,20%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 20%, 69%, 0.4);
css variable
--color-primary: hsl(278, 20%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 20%, 69%)?
HEX: #B4A0C0 | RGB: rgb(180, 160, 192) | CMYK: 6%, 17%, 0%, 25% | HSV: 278°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #B4A0C0?
The complementary color is HSL(98, 20%, 69%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 20%, 69%) in CSS?
As HSL: color: hsl(278, 20%, 69%); — As HEX: color: #B4A0C0; — As RGB: color: rgb(180, 160, 192); — Tailwind CSS: bg-[hsl(278,20%,69%)] — CSS variable: --color-primary: hsl(278, 20%, 69%);