HSL(261, 62%, 76%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,62%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 62%, 76%) | color: hsl(261, 62%, 76%) | |
| HEX | #B69CE8 | color: #B69CE8 | |
| RGB | rgb(182, 156, 232) | color: rgb(182, 156, 232) | |
| CMYK | cmyk(22%, 33%, 0%, 9%) | — | |
| HSV | hsv(261, 33%, 91%) | — | |
| HWB | hwb(261 61% 9%) | color: hwb(261 61% 9%) | |
| OKLCH | oklch(0.7437 0.1106 299.43) | color: oklch(0.7437 0.1106 299.43) | |
| Lab | lab(69.15 24.82 -34.83) | color: lab(69.15 24.82 -34.83) | |
| LCH | lch(69.15 42.77 305.47) | color: lch(69.15 42.77 305.47) |
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)
#ABABD6 — rgb(171, 171, 214)
Deuteranopia (Green-blind)
#ACAED1 — rgb(172, 174, 209)
Tritanopia (Blue-blind)
#B5C7C4 — rgb(181, 199, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 62%, 76%);
text
color: hsl(261, 62%, 76%);
border
border: 2px solid hsl(261, 62%, 76%);
gradient light
background: linear-gradient(to right, hsl(261, 62%, 96%), hsl(261, 62%, 76%));
gradient dark
background: linear-gradient(to right, hsl(261, 62%, 76%), hsl(261, 62%, 56%))
hex
background-color: #B69CE8;
tailwind
bg-[hsl(261,62%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 62%, 76%, 0.4);
css variable
--color-primary: hsl(261, 62%, 76%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 62%, 76%)?
HEX: #B69CE8 | RGB: rgb(182, 156, 232) | CMYK: 22%, 33%, 0%, 9% | HSV: 261°, 33%, 91%. Copy any format from the conversion table above.
What colors go well with #B69CE8?
The complementary color is HSL(81, 62%, 76%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 62%, 76%) in CSS?
As HSL: color: hsl(261, 62%, 76%); — As HEX: color: #B69CE8; — As RGB: color: rgb(182, 156, 232); — Tailwind CSS: bg-[hsl(261,62%,76%)] — CSS variable: --color-primary: hsl(261, 62%, 76%);