HSL(263, 50%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,50%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 50%, 78%) | color: hsl(263, 50%, 78%) | |
| HEX | #C0ABE3 | color: #C0ABE3 | |
| RGB | rgb(192, 171, 227) | color: rgb(192, 171, 227) | |
| CMYK | cmyk(15%, 25%, 0%, 11%) | — | |
| HSV | hsv(263, 25%, 89%) | — | |
| HWB | hwb(263 67% 11%) | color: hwb(263 67% 11%) | |
| OKLCH | oklch(0.7784 0.0815 301.69) | color: oklch(0.7784 0.0815 301.69) | |
| Lab | lab(73.47 18.44 -25.36) | color: lab(73.47 18.44 -25.36) | |
| LCH | lch(73.47 31.36 306.02) | color: lch(73.47 31.36 306.02) |
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)
#B7B7D5 — rgb(183, 183, 213)
Deuteranopia (Green-blind)
#B8BAD2 — rgb(184, 186, 210)
Tritanopia (Blue-blind)
#BFCBC8 — rgb(191, 203, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 50%, 78%);
text
color: hsl(263, 50%, 78%);
border
border: 2px solid hsl(263, 50%, 78%);
gradient light
background: linear-gradient(to right, hsl(263, 50%, 98%), hsl(263, 50%, 78%));
gradient dark
background: linear-gradient(to right, hsl(263, 50%, 78%), hsl(263, 50%, 58%))
hex
background-color: #C0ABE3;
tailwind
bg-[hsl(263,50%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 50%, 78%, 0.4);
css variable
--color-primary: hsl(263, 50%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 50%, 78%)?
HEX: #C0ABE3 | RGB: rgb(192, 171, 227) | CMYK: 15%, 25%, 0%, 11% | HSV: 263°, 25%, 89%. Copy any format from the conversion table above.
What colors go well with #C0ABE3?
The complementary color is HSL(83, 50%, 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, 50%, 78%) in CSS?
As HSL: color: hsl(263, 50%, 78%); — As HEX: color: #C0ABE3; — As RGB: color: rgb(192, 171, 227); — Tailwind CSS: bg-[hsl(263,50%,78%)] — CSS variable: --color-primary: hsl(263, 50%, 78%);