Indigo
#5F07DA
PurpleColor Codes
All color formats for development
HEX
#5F07DARGB
rgb(95, 7, 218)HSL
hsl(265, 94%, 44%)OKLCH
oklch(0.459 0.258 288.6)CMYK
cmyk(56%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5506C4
2#4C05AE
3#420598
4#390483
5#2F036D
6#260357
7#1C0241
8#13012C
9#090116
Tints
Lighter variations
1#6B08F5
2#7B21F8
3#8B3DF9
4#9C59FA
5#AC74FB
6#BD90FC
7#CDACFC
8#DEC8FD
9#EEE3FE
Tones
Muted variations
1#6011CF
2#621CC5
3#6426BA
4#6631AF
5#673BA5
6#69469A
7#6B5190
8#6D5B85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFB | BordersInactive statesPlaceholder text |
| 400 | 9852 #9852FA | Disabled statesSecondary iconsMuted text |
| 500 | 7A20 #7A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F07 #5F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B05 #4B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #22024F | 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: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D9BFFD;
--indigo-300: #BB8DFB;
--indigo-400: #9852FA;
--indigo-500: #7A20F8;
--indigo-600: #5F07DA;
--indigo-700: #4B05AD;
--indigo-800: #36047C;
--indigo-900: #22024F;
--indigo-950: #160231;
}