HSL(277, 90%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,90%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 90%, 32%) | color: hsl(277, 90%, 32%) | |
| HEX | #63089B | color: #63089B | |
| RGB | rgb(99, 8, 155) | color: rgb(99, 8, 155) | |
| CMYK | cmyk(36%, 95%, 0%, 39%) | — | |
| HSV | hsv(277, 95%, 61%) | — | |
| HWB | hwb(277 3% 39%) | color: hwb(277 3% 39%) | |
| OKLCH | oklch(0.4004 0.2017 305.48) | color: oklch(0.4004 0.2017 305.48) | |
| Lab | lab(27.28 58.2 -57.55) | color: lab(27.28 58.2 -57.55) | |
| LCH | lch(27.28 81.85 315.32) | color: lch(27.28 81.85 315.32) |
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)
#3C3B77 — rgb(60, 59, 119)
Deuteranopia (Green-blind)
#41486F — rgb(65, 72, 111)
Tritanopia (Blue-blind)
#5E5B55 — rgb(94, 91, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 90%, 32%);
text
color: hsl(277, 90%, 32%);
border
border: 2px solid hsl(277, 90%, 32%);
gradient light
background: linear-gradient(to right, hsl(277, 90%, 52%), hsl(277, 90%, 32%));
gradient dark
background: linear-gradient(to right, hsl(277, 90%, 32%), hsl(277, 90%, 12%))
hex
background-color: #63089B;
tailwind
bg-[hsl(277,90%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 90%, 32%, 0.4);
css variable
--color-primary: hsl(277, 90%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 90%, 32%)?
HEX: #63089B | RGB: rgb(99, 8, 155) | CMYK: 36%, 95%, 0%, 39% | HSV: 277°, 95%, 61%. Copy any format from the conversion table above.
What colors go well with #63089B?
The complementary color is HSL(97, 90%, 32%). 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, 90%, 32%) in CSS?
As HSL: color: hsl(277, 90%, 32%); — As HEX: color: #63089B; — As RGB: color: rgb(99, 8, 155); — Tailwind CSS: bg-[hsl(277,90%,32%)] — CSS variable: --color-primary: hsl(277, 90%, 32%);