HSL(269, 72%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(269,72%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(269, 72%, 77%) | color: hsl(269, 72%, 77%) | |
| HEX | #C39AEF | color: #C39AEF | |
| RGB | rgb(195, 154, 239) | color: rgb(195, 154, 239) | |
| CMYK | cmyk(18%, 36%, 0%, 6%) | — | |
| HSV | hsv(269, 36%, 94%) | — | |
| HWB | hwb(269 60% 6%) | color: hwb(269 60% 6%) | |
| OKLCH | oklch(0.755 0.1261 305.73) | color: oklch(0.755 0.1261 305.73) | |
| Lab | lab(70.14 31.37 -37.03) | color: lab(70.14 31.37 -37.03) | |
| LCH | lch(70.14 48.53 310.27) | color: lch(70.14 48.53 310.27) |
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)
#B1B1DA — rgb(177, 177, 218)
Deuteranopia (Green-blind)
#B4B7D6 — rgb(180, 183, 214)
Tritanopia (Blue-blind)
#C1CAC7 — rgb(193, 202, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(269, 72%, 77%);
text
color: hsl(269, 72%, 77%);
border
border: 2px solid hsl(269, 72%, 77%);
gradient light
background: linear-gradient(to right, hsl(269, 72%, 97%), hsl(269, 72%, 77%));
gradient dark
background: linear-gradient(to right, hsl(269, 72%, 77%), hsl(269, 72%, 57%))
hex
background-color: #C39AEF;
tailwind
bg-[hsl(269,72%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(269, 72%, 77%, 0.4);
css variable
--color-primary: hsl(269, 72%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(269, 72%, 77%)?
HEX: #C39AEF | RGB: rgb(195, 154, 239) | CMYK: 18%, 36%, 0%, 6% | HSV: 269°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #C39AEF?
The complementary color is HSL(89, 72%, 77%). For a triadic harmony, use hues 269°, 29°, and 149°. For analogous combinations, try hues 239° and 299°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(269, 72%, 77%) in CSS?
As HSL: color: hsl(269, 72%, 77%); — As HEX: color: #C39AEF; — As RGB: color: rgb(195, 154, 239); — Tailwind CSS: bg-[hsl(269,72%,77%)] — CSS variable: --color-primary: hsl(269, 72%, 77%);