Indigo
#5F09AA
PurpleColor Codes
All color formats for development
HEX
#5F09AARGB
rgb(95, 9, 170)HSL
hsl(272, 90%, 35%)OKLCH
oklch(0.41 0.214 299.2)CMYK
cmyk(44%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550899
2#4C0788
3#420677
4#390566
5#2F0455
6#260444
7#1C0333
8#130222
9#090111
Tints
Lighter variations
1#700BC9
2#820CE9
3#9223F3
4#A242F5
5#B162F7
6#C181F8
7#D0A1FA
8#E0C0FC
9#EFE0FD
Tones
Muted variations
1#5E11A2
2#5E199A
3#5D2191
4#5C2989
5#5C3181
6#5B3979
7#5B4171
8#5A4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9325 #9325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770B #770BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F09 #5F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #440679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFD;
--indigo-200: #E0C0FC;
--indigo-300: #C890F9;
--indigo-400: #AB55F6;
--indigo-500: #9325F4;
--indigo-600: #770BD5;
--indigo-700: #5F09AA;
--indigo-800: #440679;
--indigo-900: #2B044E;
--indigo-950: #1B0330;
}