Indigo
#3E037D
PurpleColor Codes
All color formats for development
HEX
#3E037DRGB
rgb(62, 3, 125)HSL
hsl(269, 95%, 25%)OKLCH
oklch(0.318 0.171 295.3)CMYK
cmyk(50%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380370
2#310363
3#2B0257
4#25024B
5#1F023E
6#190132
7#130125
8#0C0119
9#06000C
Tints
Lighter variations
1#5004A2
2#6305C7
3#7506EC
4#891FF9
5#9C45FA
6#B06AFB
7#C48FFC
8#D8B4FD
9#EBDAFE
Tones
Muted variations
1#3E0976
2#3E0F70
3#3E156A
4#3F1B64
5#3F215E
6#3F2858
7#3F2E52
8#3F344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C28D #C28DFC | BordersInactive statesPlaceholder text |
| 400 | A351 #A351FB | Disabled statesSecondary iconsMuted text |
| 500 | 891F #891FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D06 #6D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #280250 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DDBEFD;
--indigo-300: #C28DFC;
--indigo-400: #A351FB;
--indigo-500: #891FF9;
--indigo-600: #6D06DB;
--indigo-700: #5604AE;
--indigo-800: #3E037C;
--indigo-900: #280250;
--indigo-950: #190132;
}