Indigo
#56037D
PurpleColor Codes
All color formats for development
HEX
#56037DRGB
rgb(86, 3, 125)HSL
hsl(281, 95%, 25%)OKLCH
oklch(0.352 0.175 309.6)CMYK
cmyk(31%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D0370
2#450363
3#3C0257
4#34024B
5#2B023E
6#220132
7#1A0125
8#110119
9#09000C
Tints
Lighter variations
1#7004A2
2#8A05C7
3#A306EC
4#B41FF9
5#C145FA
6#CD6AFB
7#DA8FFC
8#E6B4FD
9#F3DAFE
Tones
Muted variations
1#540976
2#520F70
3#4F156A
4#4D1B64
5#4B215E
6#492858
7#462E52
8#44344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFC | BordersInactive statesPlaceholder text |
| 400 | C551 #C551FB | Disabled statesSecondary iconsMuted text |
| 500 | B41F #B41FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9706 #9706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7804 #7804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5603 #56037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #370250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E9BEFD;
--indigo-300: #D98DFC;
--indigo-400: #C551FB;
--indigo-500: #B41FF9;
--indigo-600: #9706DB;
--indigo-700: #7804AE;
--indigo-800: #56037C;
--indigo-900: #370250;
--indigo-950: #220132;
}