HSL(281, 63%, 64%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,63%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 63%, 64%) | color: hsl(281, 63%, 64%) | |
| HEX | #B869DD | color: #B869DD | |
| RGB | rgb(184, 105, 221) | color: rgb(184, 105, 221) | |
| CMYK | cmyk(17%, 52%, 0%, 13%) | — | |
| HSV | hsv(281, 52%, 87%) | — | |
| HWB | hwb(281 42% 13%) | color: hwb(281 42% 13%) | |
| OKLCH | oklch(0.6555 0.1815 313.9) | color: oklch(0.6555 0.1815 313.9) | |
| Lab | lab(57.57 50.79 -46.84) | color: lab(57.57 50.79 -46.84) | |
| LCH | lch(57.57 69.09 317.32) | color: lch(57.57 69.09 317.32) |
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)
#9695C1 — rgb(150, 149, 193)
Deuteranopia (Green-blind)
#9AA0BA — rgb(154, 160, 186)
Tritanopia (Blue-blind)
#B4ABA6 — rgb(180, 171, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 63%, 64%);
text
color: hsl(281, 63%, 64%);
border
border: 2px solid hsl(281, 63%, 64%);
gradient light
background: linear-gradient(to right, hsl(281, 63%, 84%), hsl(281, 63%, 64%));
gradient dark
background: linear-gradient(to right, hsl(281, 63%, 64%), hsl(281, 63%, 44%))
hex
background-color: #B869DD;
tailwind
bg-[hsl(281,63%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 63%, 64%, 0.4);
css variable
--color-primary: hsl(281, 63%, 64%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 63%, 64%)?
HEX: #B869DD | RGB: rgb(184, 105, 221) | CMYK: 17%, 52%, 0%, 13% | HSV: 281°, 52%, 87%. Copy any format from the conversion table above.
What colors go well with #B869DD?
The complementary color is HSL(101, 63%, 64%). 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, 63%, 64%) in CSS?
As HSL: color: hsl(281, 63%, 64%); — As HEX: color: #B869DD; — As RGB: color: rgb(184, 105, 221); — Tailwind CSS: bg-[hsl(281,63%,64%)] — CSS variable: --color-primary: hsl(281, 63%, 64%);