HSL(276, 72%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 72%, 74%) | color: hsl(276, 72%, 74%) | |
| HEX | #C68DEC | color: #C68DEC | |
| RGB | rgb(198, 141, 236) | color: rgb(198, 141, 236) | |
| CMYK | cmyk(16%, 40%, 0%, 7%) | — | |
| HSV | hsv(276, 40%, 93%) | — | |
| HWB | hwb(276 56% 7%) | color: hwb(276 56% 7%) | |
| OKLCH | oklch(0.7343 0.1452 310.81) | color: oklch(0.7343 0.1452 310.81) | |
| Lab | lab(67.36 38.72 -39.69) | color: lab(67.36 38.72 -39.69) | |
| LCH | lch(67.36 55.45 314.29) | color: lch(67.36 55.45 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)
#ADADD5 — rgb(173, 173, 213)
Deuteranopia (Green-blind)
#B1B5D0 — rgb(177, 181, 208)
Tritanopia (Blue-blind)
#C3C3BF — rgb(195, 195, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 72%, 74%);
text
color: hsl(276, 72%, 74%);
border
border: 2px solid hsl(276, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(276, 72%, 94%), hsl(276, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(276, 72%, 74%), hsl(276, 72%, 54%))
hex
background-color: #C68DEC;
tailwind
bg-[hsl(276,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 72%, 74%, 0.4);
css variable
--color-primary: hsl(276, 72%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 72%, 74%)?
HEX: #C68DEC | RGB: rgb(198, 141, 236) | CMYK: 16%, 40%, 0%, 7% | HSV: 276°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #C68DEC?
The complementary color is HSL(96, 72%, 74%). 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, 72%, 74%) in CSS?
As HSL: color: hsl(276, 72%, 74%); — As HEX: color: #C68DEC; — As RGB: color: rgb(198, 141, 236); — Tailwind CSS: bg-[hsl(276,72%,74%)] — CSS variable: --color-primary: hsl(276, 72%, 74%);