HSL(276, 83%, 76%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,83%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 83%, 76%) | color: hsl(276, 83%, 76%) | |
| HEX | #CC8FF5 | color: #CC8FF5 | |
| RGB | rgb(204, 143, 245) | color: rgb(204, 143, 245) | |
| CMYK | cmyk(17%, 42%, 0%, 4%) | — | |
| HSV | hsv(276, 42%, 96%) | — | |
| HWB | hwb(276 56% 4%) | color: hwb(276 56% 4%) | |
| OKLCH | oklch(0.7478 0.1547 310.64) | color: oklch(0.7478 0.1547 310.64) | |
| Lab | lab(68.81 41.29 -42.32) | color: lab(68.81 41.29 -42.32) | |
| LCH | lch(68.81 59.13 314.29) | color: lch(68.81 59.13 314.29) |
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)
#B2B1DC — rgb(178, 177, 220)
Deuteranopia (Green-blind)
#B5BAD6 — rgb(181, 186, 214)
Tritanopia (Blue-blind)
#C9C9C5 — rgb(201, 201, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 83%, 76%);
text
color: hsl(276, 83%, 76%);
border
border: 2px solid hsl(276, 83%, 76%);
gradient light
background: linear-gradient(to right, hsl(276, 83%, 96%), hsl(276, 83%, 76%));
gradient dark
background: linear-gradient(to right, hsl(276, 83%, 76%), hsl(276, 83%, 56%))
hex
background-color: #CC8FF5;
tailwind
bg-[hsl(276,83%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 83%, 76%, 0.4);
css variable
--color-primary: hsl(276, 83%, 76%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 83%, 76%)?
HEX: #CC8FF5 | RGB: rgb(204, 143, 245) | CMYK: 17%, 42%, 0%, 4% | HSV: 276°, 42%, 96%. Copy any format from the conversion table above.
What colors go well with #CC8FF5?
The complementary color is HSL(96, 83%, 76%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 83%, 76%) in CSS?
As HSL: color: hsl(276, 83%, 76%); — As HEX: color: #CC8FF5; — As RGB: color: rgb(204, 143, 245); — Tailwind CSS: bg-[hsl(276,83%,76%)] — CSS variable: --color-primary: hsl(276, 83%, 76%);