HSL(263, 60%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 60%, 80%) | color: hsl(263, 60%, 80%) | |
| HEX | #C5ADEB | color: #C5ADEB | |
| RGB | rgb(197, 173, 235) | color: rgb(197, 173, 235) | |
| CMYK | cmyk(16%, 26%, 0%, 8%) | — | |
| HSV | hsv(263, 26%, 92%) | — | |
| HWB | hwb(263 68% 8%) | color: hwb(263 68% 8%) | |
| OKLCH | oklch(0.7896 0.09 302.1) | color: oklch(0.7896 0.09 302.1) | |
| Lab | lab(74.67 20.62 -27.83) | color: lab(74.67 20.62 -27.83) | |
| LCH | lch(74.67 34.64 306.54) | color: lch(74.67 34.64 306.54) |
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)
#BBBADC — rgb(187, 186, 220)
Deuteranopia (Green-blind)
#BCBED8 — rgb(188, 190, 216)
Tritanopia (Blue-blind)
#C4D0CE — rgb(196, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 60%, 80%);
text
color: hsl(263, 60%, 80%);
border
border: 2px solid hsl(263, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(263, 60%, 100%), hsl(263, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(263, 60%, 80%), hsl(263, 60%, 60%))
hex
background-color: #C5ADEB;
tailwind
bg-[hsl(263,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 60%, 80%, 0.4);
css variable
--color-primary: hsl(263, 60%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 60%, 80%)?
HEX: #C5ADEB | RGB: rgb(197, 173, 235) | CMYK: 16%, 26%, 0%, 8% | HSV: 263°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #C5ADEB?
The complementary color is HSL(83, 60%, 80%). 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, 60%, 80%) in CSS?
As HSL: color: hsl(263, 60%, 80%); — As HEX: color: #C5ADEB; — As RGB: color: rgb(197, 173, 235); — Tailwind CSS: bg-[hsl(263,60%,80%)] — CSS variable: --color-primary: hsl(263, 60%, 80%);