HSL(263, 40%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 40%, 77%) | color: hsl(263, 40%, 77%) | |
| HEX | #BFADDC | color: #BFADDC | |
| RGB | rgb(191, 173, 220) | color: rgb(191, 173, 220) | |
| CMYK | cmyk(13%, 21%, 0%, 14%) | — | |
| HSV | hsv(263, 21%, 86%) | — | |
| HWB | hwb(263 68% 14%) | color: hwb(263 68% 14%) | |
| OKLCH | oklch(0.7786 0.0686 302.31) | color: oklch(0.7786 0.0686 302.31) | |
| Lab | lab(73.63 15.52 -21.31) | color: lab(73.63 15.52 -21.31) | |
| LCH | lch(73.63 26.36 306.07) | color: lch(73.63 26.36 306.07) |
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)
#B7B7D1 — rgb(183, 183, 209)
Deuteranopia (Green-blind)
#B8BACE — rgb(184, 186, 206)
Tritanopia (Blue-blind)
#BEC8C6 — rgb(190, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 40%, 77%);
text
color: hsl(263, 40%, 77%);
border
border: 2px solid hsl(263, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(263, 40%, 97%), hsl(263, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(263, 40%, 77%), hsl(263, 40%, 57%))
hex
background-color: #BFADDC;
tailwind
bg-[hsl(263,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 40%, 77%, 0.4);
css variable
--color-primary: hsl(263, 40%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 40%, 77%)?
HEX: #BFADDC | RGB: rgb(191, 173, 220) | CMYK: 13%, 21%, 0%, 14% | HSV: 263°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #BFADDC?
The complementary color is HSL(83, 40%, 77%). 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, 40%, 77%) in CSS?
As HSL: color: hsl(263, 40%, 77%); — As HEX: color: #BFADDC; — As RGB: color: rgb(191, 173, 220); — Tailwind CSS: bg-[hsl(263,40%,77%)] — CSS variable: --color-primary: hsl(263, 40%, 77%);