HSL(281, 45%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,45%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 45%, 66%) | color: hsl(281, 45%, 66%) | |
| HEX | #B781CF | color: #B781CF | |
| RGB | rgb(183, 129, 207) | color: rgb(183, 129, 207) | |
| CMYK | cmyk(12%, 38%, 0%, 19%) | — | |
| HSV | hsv(282, 38%, 81%) | — | |
| HWB | hwb(282 50% 19%) | color: hwb(282 50% 19%) | |
| OKLCH | oklch(0.6854 0.1254 314.99) | color: oklch(0.6854 0.1254 314.99) | |
| Lab | lab(61.89 34.67 -32.21) | color: lab(61.89 34.67 -32.21) | |
| LCH | lch(61.89 47.32 317.11) | color: lch(61.89 47.32 317.11) |
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)
#A09FBC — rgb(160, 159, 188)
Deuteranopia (Green-blind)
#A3A7B8 — rgb(163, 167, 184)
Tritanopia (Blue-blind)
#B4ADAA — rgb(180, 173, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 45%, 66%);
text
color: hsl(281, 45%, 66%);
border
border: 2px solid hsl(281, 45%, 66%);
gradient light
background: linear-gradient(to right, hsl(281, 45%, 86%), hsl(281, 45%, 66%));
gradient dark
background: linear-gradient(to right, hsl(281, 45%, 66%), hsl(281, 45%, 46%))
hex
background-color: #B781CF;
tailwind
bg-[hsl(281,45%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 45%, 66%, 0.4);
css variable
--color-primary: hsl(281, 45%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 45%, 66%)?
HEX: #B781CF | RGB: rgb(183, 129, 207) | CMYK: 12%, 38%, 0%, 19% | HSV: 282°, 38%, 81%. Copy any format from the conversion table above.
What colors go well with #B781CF?
The complementary color is HSL(101, 45%, 66%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 45%, 66%) in CSS?
As HSL: color: hsl(281, 45%, 66%); — As HEX: color: #B781CF; — As RGB: color: rgb(183, 129, 207); — Tailwind CSS: bg-[hsl(281,45%,66%)] — CSS variable: --color-primary: hsl(281, 45%, 66%);