HSL(257, 29%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,29%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 29%, 78%) | color: hsl(257, 29%, 78%) | |
| HEX | #C0B7D7 | color: #C0B7D7 | |
| RGB | rgb(192, 183, 215) | color: rgb(192, 183, 215) | |
| CMYK | cmyk(11%, 15%, 0%, 16%) | — | |
| HSV | hsv(257, 15%, 84%) | — | |
| HWB | hwb(257 71% 16%) | color: hwb(257 71% 16%) | |
| OKLCH | oklch(0.7971 0.0457 298.22) | color: oklch(0.7971 0.0457 298.22) | |
| Lab | lab(76.06 9.33 -14.91) | color: lab(76.06 9.33 -14.91) | |
| LCH | lch(76.06 17.59 302.04) | color: lch(76.06 17.59 302.04) |
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)
#BCBCCF — rgb(188, 188, 207)
Deuteranopia (Green-blind)
#BDBDCD — rgb(189, 189, 205)
Tritanopia (Blue-blind)
#C0C9C8 — rgb(192, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 29%, 78%);
text
color: hsl(257, 29%, 78%);
border
border: 2px solid hsl(257, 29%, 78%);
gradient light
background: linear-gradient(to right, hsl(257, 29%, 98%), hsl(257, 29%, 78%));
gradient dark
background: linear-gradient(to right, hsl(257, 29%, 78%), hsl(257, 29%, 58%))
hex
background-color: #C0B7D7;
tailwind
bg-[hsl(257,29%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 29%, 78%, 0.4);
css variable
--color-primary: hsl(257, 29%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 29%, 78%)?
HEX: #C0B7D7 | RGB: rgb(192, 183, 215) | CMYK: 11%, 15%, 0%, 16% | HSV: 257°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #C0B7D7?
The complementary color is HSL(77, 29%, 78%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 29%, 78%) in CSS?
As HSL: color: hsl(257, 29%, 78%); — As HEX: color: #C0B7D7; — As RGB: color: rgb(192, 183, 215); — Tailwind CSS: bg-[hsl(257,29%,78%)] — CSS variable: --color-primary: hsl(257, 29%, 78%);