Indigo
#5E06DB
PurpleColor Codes
All color formats for development
HEX
#5E06DBRGB
rgb(94, 6, 219)HSL
hsl(265, 95%, 44%)OKLCH
oklch(0.459 0.26 288.1)CMYK
cmyk(57%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5505C5
2#4C04AF
3#420499
4#390383
5#2F036D
6#260258
7#1C0242
8#13012C
9#090116
Tints
Lighter variations
1#6A06F7
2#7B20F9
3#8B3CFA
4#9C58FB
5#AC74FB
6#BD90FC
7#CDABFD
8#DEC7FE
9#EEE3FE
Tones
Muted variations
1#6010D0
2#621BC5
3#6426BB
4#6630B0
5#673BA5
6#69469B
7#6B5090
8#6D5B86
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 | D9BE #D9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFC | BordersInactive statesPlaceholder text |
| 400 | 9851 #9851FB | Disabled statesSecondary iconsMuted text |
| 500 | 7A1F #7A1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E06 #5E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B04 #4B04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3603 #36037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #220250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D9BEFD;
--indigo-300: #BB8DFC;
--indigo-400: #9851FB;
--indigo-500: #7A1FF9;
--indigo-600: #5E06DB;
--indigo-700: #4B04AE;
--indigo-800: #36037C;
--indigo-900: #220250;
--indigo-950: #150132;
}