Indigo
#5906AC
PurpleColor Codes
All color formats for development
HEX
#5906ACRGB
rgb(89, 6, 172)HSL
hsl(270, 93%, 35%)OKLCH
oklch(0.403 0.216 296)CMYK
cmyk(48%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50069B
2#47058A
3#3E0479
4#360467
5#2D0356
6#240245
7#1B0234
8#120122
9#090111
Tints
Lighter variations
1#6A07CC
2#7A09EC
3#8B1FF7
4#9C3FF8
5#AC5FF9
6#BD7FFA
7#CD9FFC
8#DEBFFD
9#EEDFFE
Tones
Muted variations
1#590FA4
2#59179C
3#591F93
4#59278B
5#593083
6#59387A
7#594072
8#59496A
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48E #C48EFB | BordersInactive statesPlaceholder text |
| 400 | A653 #A653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C22 #8C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7008 #7008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5906 #5906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2903 #29034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DEBFFD;
--indigo-300: #C48EFB;
--indigo-400: #A653F9;
--indigo-500: #8C22F7;
--indigo-600: #7008D9;
--indigo-700: #5906AC;
--indigo-800: #40047B;
--indigo-900: #29034F;
--indigo-950: #1A0231;
}