HSL(263, 63%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,63%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 63%, 78%) | color: hsl(263, 63%, 78%) | |
| HEX | #BFA4EA | color: #BFA4EA | |
| RGB | rgb(191, 164, 234) | color: rgb(191, 164, 234) | |
| CMYK | cmyk(18%, 30%, 0%, 8%) | — | |
| HSV | hsv(263, 30%, 92%) | — | |
| HWB | hwb(263 64% 8%) | color: hwb(263 64% 8%) | |
| OKLCH | oklch(0.7673 0.1021 301.74) | color: oklch(0.7673 0.1021 301.74) | |
| Lab | lab(71.94 23.53 -31.54) | color: lab(71.94 23.53 -31.54) | |
| LCH | lch(71.94 39.35 306.72) | color: lch(71.94 39.35 306.72) |
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)
#B3B3D9 — rgb(179, 179, 217)
Deuteranopia (Green-blind)
#B5B7D5 — rgb(181, 183, 213)
Tritanopia (Blue-blind)
#BECCC9 — rgb(190, 204, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 63%, 78%);
text
color: hsl(263, 63%, 78%);
border
border: 2px solid hsl(263, 63%, 78%);
gradient light
background: linear-gradient(to right, hsl(263, 63%, 98%), hsl(263, 63%, 78%));
gradient dark
background: linear-gradient(to right, hsl(263, 63%, 78%), hsl(263, 63%, 58%))
hex
background-color: #BFA4EA;
tailwind
bg-[hsl(263,63%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 63%, 78%, 0.4);
css variable
--color-primary: hsl(263, 63%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 63%, 78%)?
HEX: #BFA4EA | RGB: rgb(191, 164, 234) | CMYK: 18%, 30%, 0%, 8% | HSV: 263°, 30%, 92%. Copy any format from the conversion table above.
What colors go well with #BFA4EA?
The complementary color is HSL(83, 63%, 78%). 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, 63%, 78%) in CSS?
As HSL: color: hsl(263, 63%, 78%); — As HEX: color: #BFA4EA; — As RGB: color: rgb(191, 164, 234); — Tailwind CSS: bg-[hsl(263,63%,78%)] — CSS variable: --color-primary: hsl(263, 63%, 78%);