HSL(278, 58%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,58%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 58%, 75%) | color: hsl(278, 58%, 75%) | |
| HEX | #C99AE4 | color: #C99AE4 | |
| RGB | rgb(201, 154, 228) | color: rgb(201, 154, 228) | |
| CMYK | cmyk(12%, 32%, 0%, 11%) | — | |
| HSV | hsv(278, 32%, 89%) | — | |
| HWB | hwb(278 61% 11%) | color: hwb(278 61% 11%) | |
| OKLCH | oklch(0.7559 0.1148 312.73) | color: oklch(0.7559 0.1148 312.73) | |
| Lab | lab(70.27 30.82 -30.76) | color: lab(70.27 30.82 -30.76) | |
| LCH | lch(70.27 43.54 315.06) | color: lch(70.27 43.54 315.06) |
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)
#B5B4D2 — rgb(181, 180, 210)
Deuteranopia (Green-blind)
#B7BBCE — rgb(183, 187, 206)
Tritanopia (Blue-blind)
#C7C4C1 — rgb(199, 196, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 58%, 75%);
text
color: hsl(278, 58%, 75%);
border
border: 2px solid hsl(278, 58%, 75%);
gradient light
background: linear-gradient(to right, hsl(278, 58%, 95%), hsl(278, 58%, 75%));
gradient dark
background: linear-gradient(to right, hsl(278, 58%, 75%), hsl(278, 58%, 55%))
hex
background-color: #C99AE4;
tailwind
bg-[hsl(278,58%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 58%, 75%, 0.4);
css variable
--color-primary: hsl(278, 58%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 58%, 75%)?
HEX: #C99AE4 | RGB: rgb(201, 154, 228) | CMYK: 12%, 32%, 0%, 11% | HSV: 278°, 32%, 89%. Copy any format from the conversion table above.
What colors go well with #C99AE4?
The complementary color is HSL(98, 58%, 75%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 58%, 75%) in CSS?
As HSL: color: hsl(278, 58%, 75%); — As HEX: color: #C99AE4; — As RGB: color: rgb(201, 154, 228); — Tailwind CSS: bg-[hsl(278,58%,75%)] — CSS variable: --color-primary: hsl(278, 58%, 75%);