HSL(263, 70%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,70%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 70%, 78%) | color: hsl(263, 70%, 78%) | |
| HEX | #BEA0EE | color: #BEA0EE | |
| RGB | rgb(190, 160, 238) | color: rgb(190, 160, 238) | |
| CMYK | cmyk(20%, 33%, 0%, 7%) | — | |
| HSV | hsv(263, 33%, 93%) | — | |
| HWB | hwb(263 62% 7%) | color: hwb(263 62% 7%) | |
| OKLCH | oklch(0.7608 0.1136 301.42) | color: oklch(0.7608 0.1136 301.42) | |
| Lab | lab(71.05 26.34 -35.1) | color: lab(71.05 26.34 -35.1) | |
| LCH | lch(71.05 43.88 306.89) | color: lch(71.05 43.88 306.89) |
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)
#B1B1DB — rgb(177, 177, 219)
Deuteranopia (Green-blind)
#B3B5D7 — rgb(179, 181, 215)
Tritanopia (Blue-blind)
#BDCCC9 — rgb(189, 204, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 70%, 78%);
text
color: hsl(263, 70%, 78%);
border
border: 2px solid hsl(263, 70%, 78%);
gradient light
background: linear-gradient(to right, hsl(263, 70%, 98%), hsl(263, 70%, 78%));
gradient dark
background: linear-gradient(to right, hsl(263, 70%, 78%), hsl(263, 70%, 58%))
hex
background-color: #BEA0EE;
tailwind
bg-[hsl(263,70%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 70%, 78%, 0.4);
css variable
--color-primary: hsl(263, 70%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 70%, 78%)?
HEX: #BEA0EE | RGB: rgb(190, 160, 238) | CMYK: 20%, 33%, 0%, 7% | HSV: 263°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #BEA0EE?
The complementary color is HSL(83, 70%, 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, 70%, 78%) in CSS?
As HSL: color: hsl(263, 70%, 78%); — As HEX: color: #BEA0EE; — As RGB: color: rgb(190, 160, 238); — Tailwind CSS: bg-[hsl(263,70%,78%)] — CSS variable: --color-primary: hsl(263, 70%, 78%);