HSL(277, 48%, 46%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,48%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 48%, 46%) | color: hsl(277, 48%, 46%) | |
| HEX | #823DAE | color: #823DAE | |
| RGB | rgb(130, 61, 174) | color: rgb(130, 61, 174) | |
| CMYK | cmyk(25%, 65%, 0%, 32%) | — | |
| HSV | hsv(277, 65%, 68%) | — | |
| HWB | hwb(277 24% 32%) | color: hwb(277 24% 32%) | |
| OKLCH | oklch(0.5026 0.1773 309.54) | color: oklch(0.5026 0.1773 309.54) | |
| Lab | lab(39.81 49.25 -48.44) | color: lab(39.81 49.25 -48.44) | |
| LCH | lch(39.81 69.08 315.48) | color: lch(39.81 69.08 315.48) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#646493 — rgb(100, 100, 147)
Deuteranopia (Green-blind)
#686D8C — rgb(104, 109, 140)
Tritanopia (Blue-blind)
#7F7D78 — rgb(127, 125, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 48%, 46%);
text
color: hsl(277, 48%, 46%);
border
border: 2px solid hsl(277, 48%, 46%);
gradient light
background: linear-gradient(to right, hsl(277, 48%, 66%), hsl(277, 48%, 46%));
gradient dark
background: linear-gradient(to right, hsl(277, 48%, 46%), hsl(277, 48%, 26%))
hex
background-color: #823DAE;
tailwind
bg-[hsl(277,48%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 48%, 46%, 0.4);
css variable
--color-primary: hsl(277, 48%, 46%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 48%, 46%)?
HEX: #823DAE | RGB: rgb(130, 61, 174) | CMYK: 25%, 65%, 0%, 32% | HSV: 277°, 65%, 68%. Copy any format from the conversion table above.
What colors go well with #823DAE?
The complementary color is HSL(97, 48%, 46%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 48%, 46%) in CSS?
As HSL: color: hsl(277, 48%, 46%); — As HEX: color: #823DAE; — As RGB: color: rgb(130, 61, 174); — Tailwind CSS: bg-[hsl(277,48%,46%)] — CSS variable: --color-primary: hsl(277, 48%, 46%);