Indigo
#5F08D9
PurpleColor Codes
All color formats for development
HEX
#5F08D9RGB
rgb(95, 8, 217)HSL
hsl(265, 93%, 44%)OKLCH
oklch(0.458 0.257 288.8)CMYK
cmyk(56%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5507C3
2#4C06AD
3#420598
4#390582
5#2F046C
6#260357
7#1C0241
8#13022B
9#090116
Tints
Lighter variations
1#6B09F4
2#7B23F7
3#8C3EF8
4#9C5AF9
5#AD75FA
6#BD91FB
7#CEACFC
8#DEC8FD
9#EFE3FE
Tones
Muted variations
1#6112CE
2#621DC4
3#6427B9
4#6632AF
5#683CA4
6#69469A
7#6B5190
8#6D5B85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8E #BB8EFB | BordersInactive statesPlaceholder text |
| 400 | 9853 #9853F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7A22 #7A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F08 #5F08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B06 #4B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2203 #22034F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFE;
--indigo-200: #D9BFFD;
--indigo-300: #BB8EFB;
--indigo-400: #9853F9;
--indigo-500: #7A22F7;
--indigo-600: #5F08D9;
--indigo-700: #4B06AC;
--indigo-800: #36047B;
--indigo-900: #22034F;
--indigo-950: #160231;
}