HSL(281, 50%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 50%, 80%) | color: hsl(281, 50%, 80%) | |
| HEX | #D5B3E6 | color: #D5B3E6 | |
| RGB | rgb(213, 179, 230) | color: rgb(213, 179, 230) | |
| CMYK | cmyk(7%, 22%, 0%, 10%) | — | |
| HSV | hsv(280, 22%, 90%) | — | |
| HWB | hwb(280 70% 10%) | color: hwb(280 70% 10%) | |
| OKLCH | oklch(0.8129 0.0793 314.35) | color: oklch(0.8129 0.0793 314.35) | |
| Lab | lab(77.34 21.38 -20.92) | color: lab(77.34 21.38 -20.92) | |
| LCH | lch(77.34 29.91 315.62) | color: lch(77.34 29.91 315.62) |
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)
#C6C6DA — rgb(198, 198, 218)
Deuteranopia (Green-blind)
#C8CBD7 — rgb(200, 203, 215)
Tritanopia (Blue-blind)
#D3D0CE — rgb(211, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 50%, 80%);
text
color: hsl(281, 50%, 80%);
border
border: 2px solid hsl(281, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(281, 50%, 100%), hsl(281, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(281, 50%, 80%), hsl(281, 50%, 60%))
hex
background-color: #D5B3E6;
tailwind
bg-[hsl(281,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 50%, 80%, 0.4);
css variable
--color-primary: hsl(281, 50%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 50%, 80%)?
HEX: #D5B3E6 | RGB: rgb(213, 179, 230) | CMYK: 7%, 22%, 0%, 10% | HSV: 280°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #D5B3E6?
The complementary color is HSL(101, 50%, 80%). 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, 50%, 80%) in CSS?
As HSL: color: hsl(281, 50%, 80%); — As HEX: color: #D5B3E6; — As RGB: color: rgb(213, 179, 230); — Tailwind CSS: bg-[hsl(281,50%,80%)] — CSS variable: --color-primary: hsl(281, 50%, 80%);