HSL(267, 77%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 77%, 78%) | color: hsl(267, 77%, 78%) | |
| HEX | #C39CF2 | color: #C39CF2 | |
| RGB | rgb(195, 156, 242) | color: rgb(195, 156, 242) | |
| CMYK | cmyk(19%, 36%, 0%, 5%) | — | |
| HSV | hsv(267, 36%, 95%) | — | |
| HWB | hwb(267 61% 5%) | color: hwb(267 61% 5%) | |
| OKLCH | oklch(0.7599 0.1266 304.39) | color: oklch(0.7599 0.1266 304.39) | |
| Lab | lab(70.73 30.93 -37.75) | color: lab(70.73 30.93 -37.75) | |
| LCH | lch(70.73 48.8 309.33) | color: lch(70.73 48.8 309.33) |
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)
#B2B2DD — rgb(178, 178, 221)
Deuteranopia (Green-blind)
#B4B7D8 — rgb(180, 183, 216)
Tritanopia (Blue-blind)
#C1CDC9 — rgb(193, 205, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 77%, 78%);
text
color: hsl(267, 77%, 78%);
border
border: 2px solid hsl(267, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(267, 77%, 98%), hsl(267, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(267, 77%, 78%), hsl(267, 77%, 58%))
hex
background-color: #C39CF2;
tailwind
bg-[hsl(267,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 77%, 78%, 0.4);
css variable
--color-primary: hsl(267, 77%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 77%, 78%)?
HEX: #C39CF2 | RGB: rgb(195, 156, 242) | CMYK: 19%, 36%, 0%, 5% | HSV: 267°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #C39CF2?
The complementary color is HSL(87, 77%, 78%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 77%, 78%) in CSS?
As HSL: color: hsl(267, 77%, 78%); — As HEX: color: #C39CF2; — As RGB: color: rgb(195, 156, 242); — Tailwind CSS: bg-[hsl(267,77%,78%)] — CSS variable: --color-primary: hsl(267, 77%, 78%);