Indigo
#40037C
PurpleColor Codes
All color formats for development
HEX
#40037CRGB
rgb(64, 3, 124)HSL
hsl(270, 95%, 25%)OKLCH
oklch(0.32 0.17 296.9)CMYK
cmyk(48%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390370
2#330363
3#2D0257
4#26024B
5#20023E
6#190132
7#130125
8#0D0119
9#06000C
Tints
Lighter variations
1#5304A2
2#6605C7
3#7906EC
4#8C1FF9
5#9F45FA
6#B26AFB
7#C68FFC
8#D9B4FD
9#ECDAFE
Tones
Muted variations
1#400976
2#400F70
3#40156A
4#401B64
5#40215E
6#402858
7#402E52
8#40344C
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 | DEBE #DEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48D #C48DFC | BordersInactive statesPlaceholder text |
| 400 | A651 #A651FB | Disabled statesSecondary iconsMuted text |
| 500 | 8C1F #8C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7006 #7006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5904 #5904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4003 #40037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #290250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DEBEFD;
--indigo-300: #C48DFC;
--indigo-400: #A651FB;
--indigo-500: #8C1FF9;
--indigo-600: #7006DB;
--indigo-700: #5904AE;
--indigo-800: #40037C;
--indigo-900: #290250;
--indigo-950: #1A0132;
}