HSL(277, 63%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,63%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 63%, 53%) | color: hsl(277, 63%, 53%) | |
| HEX | #993CD3 | color: #993CD3 | |
| RGB | rgb(153, 60, 211) | color: rgb(153, 60, 211) | |
| CMYK | cmyk(27%, 72%, 0%, 17%) | — | |
| HSV | hsv(277, 72%, 83%) | — | |
| HWB | hwb(277 23% 17%) | color: hwb(277 23% 17%) | |
| OKLCH | oklch(0.5558 0.2229 308.98) | color: oklch(0.5558 0.2229 308.98) | |
| Lab | lab(45.23 62.75 -61.14) | color: lab(45.23 62.75 -61.14) | |
| LCH | lch(45.23 87.61 315.74) | color: lch(45.23 87.61 315.74) |
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)
#7170AE — rgb(113, 112, 174)
Deuteranopia (Green-blind)
#767DA6 — rgb(118, 125, 166)
Tritanopia (Blue-blind)
#94928B — rgb(148, 146, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 63%, 53%);
text
color: hsl(277, 63%, 53%);
border
border: 2px solid hsl(277, 63%, 53%);
gradient light
background: linear-gradient(to right, hsl(277, 63%, 73%), hsl(277, 63%, 53%));
gradient dark
background: linear-gradient(to right, hsl(277, 63%, 53%), hsl(277, 63%, 33%))
hex
background-color: #993CD3;
tailwind
bg-[hsl(277,63%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 63%, 53%, 0.4);
css variable
--color-primary: hsl(277, 63%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 63%, 53%)?
HEX: #993CD3 | RGB: rgb(153, 60, 211) | CMYK: 27%, 72%, 0%, 17% | HSV: 277°, 72%, 83%. Copy any format from the conversion table above.
What colors go well with #993CD3?
The complementary color is HSL(97, 63%, 53%). 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, 63%, 53%) in CSS?
As HSL: color: hsl(277, 63%, 53%); — As HEX: color: #993CD3; — As RGB: color: rgb(153, 60, 211); — Tailwind CSS: bg-[hsl(277,63%,53%)] — CSS variable: --color-primary: hsl(277, 63%, 53%);