HSL(270, 25%, 73%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,25%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 25%, 73%) | color: hsl(270, 25%, 73%) | |
| HEX | #BAA9CB | color: #BAA9CB | |
| RGB | rgb(186, 169, 203) | color: rgb(186, 169, 203) | |
| CMYK | cmyk(8%, 17%, 0%, 20%) | — | |
| HSV | hsv(270, 17%, 80%) | — | |
| HWB | hwb(270 66% 20%) | color: hwb(270 66% 20%) | |
| OKLCH | oklch(0.7603 0.0513 307.71) | color: oklch(0.7603 0.0513 307.71) | |
| Lab | lab(71.64 12.55 -15.05) | color: lab(71.64 12.55 -15.05) | |
| LCH | lch(71.64 19.6 309.82) | color: lch(71.64 19.6 309.82) |
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)
#B3B2C3 — rgb(179, 178, 195)
Deuteranopia (Green-blind)
#B4B5C1 — rgb(180, 181, 193)
Tritanopia (Blue-blind)
#B9BCBB — rgb(185, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 25%, 73%);
text
color: hsl(270, 25%, 73%);
border
border: 2px solid hsl(270, 25%, 73%);
gradient light
background: linear-gradient(to right, hsl(270, 25%, 93%), hsl(270, 25%, 73%));
gradient dark
background: linear-gradient(to right, hsl(270, 25%, 73%), hsl(270, 25%, 53%))
hex
background-color: #BAA9CB;
tailwind
bg-[hsl(270,25%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 25%, 73%, 0.4);
css variable
--color-primary: hsl(270, 25%, 73%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 25%, 73%)?
HEX: #BAA9CB | RGB: rgb(186, 169, 203) | CMYK: 8%, 17%, 0%, 20% | HSV: 270°, 17%, 80%. Copy any format from the conversion table above.
What colors go well with #BAA9CB?
The complementary color is HSL(90, 25%, 73%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 25%, 73%) in CSS?
As HSL: color: hsl(270, 25%, 73%); — As HEX: color: #BAA9CB; — As RGB: color: rgb(186, 169, 203); — Tailwind CSS: bg-[hsl(270,25%,73%)] — CSS variable: --color-primary: hsl(270, 25%, 73%);