HSL(263, 30%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 30%, 71%) | color: hsl(263, 30%, 71%) | |
| HEX | #B09FCB | color: #B09FCB | |
| RGB | rgb(176, 159, 203) | color: rgb(176, 159, 203) | |
| CMYK | cmyk(13%, 22%, 0%, 20%) | — | |
| HSV | hsv(263, 22%, 80%) | — | |
| HWB | hwb(263 62% 20%) | color: hwb(263 62% 20%) | |
| OKLCH | oklch(0.7321 0.0653 302.45) | color: oklch(0.7321 0.0653 302.45) | |
| Lab | lab(68.27 14.81 -20.23) | color: lab(68.27 14.81 -20.23) | |
| LCH | lch(68.27 25.07 306.21) | color: lch(68.27 25.07 306.21) |
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)
#A9A8C0 — rgb(169, 168, 192)
Deuteranopia (Green-blind)
#AAABBE — rgb(170, 171, 190)
Tritanopia (Blue-blind)
#AFB8B6 — rgb(175, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 30%, 71%);
text
color: hsl(263, 30%, 71%);
border
border: 2px solid hsl(263, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(263, 30%, 91%), hsl(263, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(263, 30%, 71%), hsl(263, 30%, 51%))
hex
background-color: #B09FCB;
tailwind
bg-[hsl(263,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 30%, 71%, 0.4);
css variable
--color-primary: hsl(263, 30%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 30%, 71%)?
HEX: #B09FCB | RGB: rgb(176, 159, 203) | CMYK: 13%, 22%, 0%, 20% | HSV: 263°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #B09FCB?
The complementary color is HSL(83, 30%, 71%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 30%, 71%) in CSS?
As HSL: color: hsl(263, 30%, 71%); — As HEX: color: #B09FCB; — As RGB: color: rgb(176, 159, 203); — Tailwind CSS: bg-[hsl(263,30%,71%)] — CSS variable: --color-primary: hsl(263, 30%, 71%);