HSL(278, 35%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,35%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 35%, 71%) | color: hsl(278, 35%, 71%) | |
| HEX | #BC9BCF | color: #BC9BCF | |
| RGB | rgb(188, 155, 207) | color: rgb(188, 155, 207) | |
| CMYK | cmyk(9%, 25%, 0%, 19%) | — | |
| HSV | hsv(278, 25%, 81%) | — | |
| HWB | hwb(278 61% 19%) | color: hwb(278 61% 19%) | |
| OKLCH | oklch(0.7368 0.0818 312.97) | color: oklch(0.7368 0.0818 312.97) | |
| Lab | lab(68.49 21.79 -22.01) | color: lab(68.49 21.79 -22.01) | |
| LCH | lch(68.49 30.97 314.71) | color: lch(68.49 30.97 314.71) |
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)
#AEADC2 — rgb(174, 173, 194)
Deuteranopia (Green-blind)
#B0B2BF — rgb(176, 178, 191)
Tritanopia (Blue-blind)
#BAB8B6 — rgb(186, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 35%, 71%);
text
color: hsl(278, 35%, 71%);
border
border: 2px solid hsl(278, 35%, 71%);
gradient light
background: linear-gradient(to right, hsl(278, 35%, 91%), hsl(278, 35%, 71%));
gradient dark
background: linear-gradient(to right, hsl(278, 35%, 71%), hsl(278, 35%, 51%))
hex
background-color: #BC9BCF;
tailwind
bg-[hsl(278,35%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 35%, 71%, 0.4);
css variable
--color-primary: hsl(278, 35%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 35%, 71%)?
HEX: #BC9BCF | RGB: rgb(188, 155, 207) | CMYK: 9%, 25%, 0%, 19% | HSV: 278°, 25%, 81%. Copy any format from the conversion table above.
What colors go well with #BC9BCF?
The complementary color is HSL(98, 35%, 71%). 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, 35%, 71%) in CSS?
As HSL: color: hsl(278, 35%, 71%); — As HEX: color: #BC9BCF; — As RGB: color: rgb(188, 155, 207); — Tailwind CSS: bg-[hsl(278,35%,71%)] — CSS variable: --color-primary: hsl(278, 35%, 71%);