Indigo
#5908AA
PurpleColor Codes
All color formats for development
HEX
#5908AARGB
rgb(89, 8, 170)HSL
hsl(270, 91%, 35%)OKLCH
oklch(0.402 0.214 296.4)CMYK
cmyk(48%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500799
2#470688
3#3E0677
4#360566
5#2D0455
6#240344
7#1B0233
8#120222
9#090111
Tints
Lighter variations
1#6A0ACA
2#7A0BEA
3#8B21F5
4#9C41F6
5#AC61F8
6#BD80F9
7#CDA0FB
8#DEC0FC
9#EEDFFE
Tones
Muted variations
1#5910A2
2#59189A
3#592092
4#59298A
5#593182
6#59397A
7#594172
8#594969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C48F #C48FFA | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8C24 #8C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700A #700AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5908 #5908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #40067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | 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: #EDDDFD;
--indigo-200: #DEC0FC;
--indigo-300: #C48FFA;
--indigo-400: #A655F7;
--indigo-500: #8C24F5;
--indigo-600: #700AD6;
--indigo-700: #5908AA;
--indigo-800: #40067A;
--indigo-900: #29044E;
--indigo-950: #1A0231;
}