HSL(280, 50%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 50%, 67%) | color: hsl(280, 50%, 67%) | |
| HEX | #B981D5 | color: #B981D5 | |
| RGB | rgb(185, 129, 213) | color: rgb(185, 129, 213) | |
| CMYK | cmyk(13%, 39%, 0%, 16%) | — | |
| HSV | hsv(280, 39%, 84%) | — | |
| HWB | hwb(280 51% 16%) | color: hwb(280 51% 16%) | |
| OKLCH | oklch(0.6902 0.1333 313.83) | color: oklch(0.6902 0.1333 313.83) | |
| Lab | lab(62.36 36.54 -34.84) | color: lab(62.36 36.54 -34.84) | |
| LCH | lch(62.36 50.49 316.36) | color: lch(62.36 50.49 316.36) |
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)
#A1A0C1 — rgb(161, 160, 193)
Deuteranopia (Green-blind)
#A4A8BC — rgb(164, 168, 188)
Tritanopia (Blue-blind)
#B6B1AD — rgb(182, 177, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 50%, 67%);
text
color: hsl(280, 50%, 67%);
border
border: 2px solid hsl(280, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(280, 50%, 87%), hsl(280, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(280, 50%, 67%), hsl(280, 50%, 47%))
hex
background-color: #B981D5;
tailwind
bg-[hsl(280,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 50%, 67%, 0.4);
css variable
--color-primary: hsl(280, 50%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 50%, 67%)?
HEX: #B981D5 | RGB: rgb(185, 129, 213) | CMYK: 13%, 39%, 0%, 16% | HSV: 280°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #B981D5?
The complementary color is HSL(100, 50%, 67%). 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, 50%, 67%) in CSS?
As HSL: color: hsl(280, 50%, 67%); — As HEX: color: #B981D5; — As RGB: color: rgb(185, 129, 213); — Tailwind CSS: bg-[hsl(280,50%,67%)] — CSS variable: --color-primary: hsl(280, 50%, 67%);