HSL(281, 30%, 72%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,30%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 30%, 72%) | color: hsl(281, 30%, 72%) | |
| HEX | #BFA2CD | color: #BFA2CD | |
| RGB | rgb(191, 162, 205) | color: rgb(191, 162, 205) | |
| CMYK | cmyk(7%, 21%, 0%, 20%) | — | |
| HSV | hsv(280, 21%, 80%) | — | |
| HWB | hwb(280 63% 20%) | color: hwb(280 63% 20%) | |
| OKLCH | oklch(0.752 0.0684 314.69) | color: oklch(0.752 0.0684 314.69) | |
| Lab | lab(70.4 18.49 -17.98) | color: lab(70.4 18.49 -17.98) | |
| LCH | lch(70.4 25.79 315.8) | color: lch(70.4 25.79 315.8) |
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)
#B2B2C3 — rgb(178, 178, 195)
Deuteranopia (Green-blind)
#B4B6C0 — rgb(180, 182, 192)
Tritanopia (Blue-blind)
#BEBAB9 — rgb(190, 186, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 30%, 72%);
text
color: hsl(281, 30%, 72%);
border
border: 2px solid hsl(281, 30%, 72%);
gradient light
background: linear-gradient(to right, hsl(281, 30%, 92%), hsl(281, 30%, 72%));
gradient dark
background: linear-gradient(to right, hsl(281, 30%, 72%), hsl(281, 30%, 52%))
hex
background-color: #BFA2CD;
tailwind
bg-[hsl(281,30%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 30%, 72%, 0.4);
css variable
--color-primary: hsl(281, 30%, 72%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 30%, 72%)?
HEX: #BFA2CD | RGB: rgb(191, 162, 205) | CMYK: 7%, 21%, 0%, 20% | HSV: 280°, 21%, 80%. Copy any format from the conversion table above.
What colors go well with #BFA2CD?
The complementary color is HSL(101, 30%, 72%). 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, 30%, 72%) in CSS?
As HSL: color: hsl(281, 30%, 72%); — As HEX: color: #BFA2CD; — As RGB: color: rgb(191, 162, 205); — Tailwind CSS: bg-[hsl(281,30%,72%)] — CSS variable: --color-primary: hsl(281, 30%, 72%);