HSL(280, 55%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,55%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 55%, 63%) | color: hsl(280, 55%, 63%) | |
| HEX | #B26DD5 | color: #B26DD5 | |
| RGB | rgb(178, 109, 213) | color: rgb(178, 109, 213) | |
| CMYK | cmyk(16%, 49%, 0%, 16%) | — | |
| HSV | hsv(280, 49%, 84%) | — | |
| HWB | hwb(280 43% 16%) | color: hwb(280 43% 16%) | |
| OKLCH | oklch(0.6505 0.1639 313.27) | color: oklch(0.6505 0.1639 313.27) | |
| Lab | lab(57.28 45.37 -42.85) | color: lab(57.28 45.37 -42.85) | |
| LCH | lch(57.28 62.41 316.64) | color: lch(57.28 62.41 316.64) |
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)
#9494BC — rgb(148, 148, 188)
Deuteranopia (Green-blind)
#989DB6 — rgb(152, 157, 182)
Tritanopia (Blue-blind)
#AFA8A4 — rgb(175, 168, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 55%, 63%);
text
color: hsl(280, 55%, 63%);
border
border: 2px solid hsl(280, 55%, 63%);
gradient light
background: linear-gradient(to right, hsl(280, 55%, 83%), hsl(280, 55%, 63%));
gradient dark
background: linear-gradient(to right, hsl(280, 55%, 63%), hsl(280, 55%, 43%))
hex
background-color: #B26DD5;
tailwind
bg-[hsl(280,55%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 55%, 63%, 0.4);
css variable
--color-primary: hsl(280, 55%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 55%, 63%)?
HEX: #B26DD5 | RGB: rgb(178, 109, 213) | CMYK: 16%, 49%, 0%, 16% | HSV: 280°, 49%, 84%. Copy any format from the conversion table above.
What colors go well with #B26DD5?
The complementary color is HSL(100, 55%, 63%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 55%, 63%) in CSS?
As HSL: color: hsl(280, 55%, 63%); — As HEX: color: #B26DD5; — As RGB: color: rgb(178, 109, 213); — Tailwind CSS: bg-[hsl(280,55%,63%)] — CSS variable: --color-primary: hsl(280, 55%, 63%);