HSL(260, 60%, 81%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,60%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 60%, 81%) | color: hsl(260, 60%, 81%) | |
| HEX | #C5B1EC | color: #C5B1EC | |
| RGB | rgb(197, 177, 236) | color: rgb(197, 177, 236) | |
| CMYK | cmyk(17%, 25%, 0%, 7%) | — | |
| HSV | hsv(260, 25%, 93%) | — | |
| HWB | hwb(260 70% 7%) | color: hwb(260 70% 7%) | |
| OKLCH | oklch(0.7975 0.0848 300.01) | color: oklch(0.7975 0.0848 300.01) | |
| Lab | lab(75.68 18.64 -26.83) | color: lab(75.68 18.64 -26.83) | |
| LCH | lch(75.68 32.67 304.79) | color: lch(75.68 32.67 304.79) |
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)
#BCBCDE — rgb(188, 188, 222)
Deuteranopia (Green-blind)
#BEBFDA — rgb(190, 191, 218)
Tritanopia (Blue-blind)
#C4D2D0 — rgb(196, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 60%, 81%);
text
color: hsl(260, 60%, 81%);
border
border: 2px solid hsl(260, 60%, 81%);
gradient light
background: linear-gradient(to right, hsl(260, 60%, 100%), hsl(260, 60%, 81%));
gradient dark
background: linear-gradient(to right, hsl(260, 60%, 81%), hsl(260, 60%, 61%))
hex
background-color: #C5B1EC;
tailwind
bg-[hsl(260,60%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 60%, 81%, 0.4);
css variable
--color-primary: hsl(260, 60%, 81%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 60%, 81%)?
HEX: #C5B1EC | RGB: rgb(197, 177, 236) | CMYK: 17%, 25%, 0%, 7% | HSV: 260°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #C5B1EC?
The complementary color is HSL(80, 60%, 81%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 60%, 81%) in CSS?
As HSL: color: hsl(260, 60%, 81%); — As HEX: color: #C5B1EC; — As RGB: color: rgb(197, 177, 236); — Tailwind CSS: bg-[hsl(260,60%,81%)] — CSS variable: --color-primary: hsl(260, 60%, 81%);