HSL(276, 52%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,52%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 52%, 74%) | color: hsl(276, 52%, 74%) | |
| HEX | #C49ADF | color: #C49ADF | |
| RGB | rgb(196, 154, 223) | color: rgb(196, 154, 223) | |
| CMYK | cmyk(12%, 31%, 0%, 13%) | — | |
| HSV | hsv(277, 31%, 87%) | — | |
| HWB | hwb(277 60% 13%) | color: hwb(277 60% 13%) | |
| OKLCH | oklch(0.749 0.1067 311.66) | color: oklch(0.749 0.1067 311.66) | |
| Lab | lab(69.59 28.23 -29.09) | color: lab(69.59 28.23 -29.09) | |
| LCH | lch(69.59 40.54 314.14) | color: lch(69.59 40.54 314.14) |
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)
#B2B1CE — rgb(178, 177, 206)
Deuteranopia (Green-blind)
#B4B7CA — rgb(180, 183, 202)
Tritanopia (Blue-blind)
#C2C1BE — rgb(194, 193, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 52%, 74%);
text
color: hsl(276, 52%, 74%);
border
border: 2px solid hsl(276, 52%, 74%);
gradient light
background: linear-gradient(to right, hsl(276, 52%, 94%), hsl(276, 52%, 74%));
gradient dark
background: linear-gradient(to right, hsl(276, 52%, 74%), hsl(276, 52%, 54%))
hex
background-color: #C49ADF;
tailwind
bg-[hsl(276,52%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 52%, 74%, 0.4);
css variable
--color-primary: hsl(276, 52%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 52%, 74%)?
HEX: #C49ADF | RGB: rgb(196, 154, 223) | CMYK: 12%, 31%, 0%, 13% | HSV: 277°, 31%, 87%. Copy any format from the conversion table above.
What colors go well with #C49ADF?
The complementary color is HSL(96, 52%, 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, 52%, 74%) in CSS?
As HSL: color: hsl(276, 52%, 74%); — As HEX: color: #C49ADF; — As RGB: color: rgb(196, 154, 223); — Tailwind CSS: bg-[hsl(276,52%,74%)] — CSS variable: --color-primary: hsl(276, 52%, 74%);