Indigo
#40027E
PurpleColor Codes
All color formats for development
HEX
#40027ERGB
rgb(64, 2, 126)HSL
hsl(270, 97%, 25%)OKLCH
oklch(0.321 0.173 296.3)CMYK
cmyk(49%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390271
2#330264
3#2D0158
4#26014B
5#20013F
6#190132
7#130126
8#0D0019
9#06000D
Tints
Lighter variations
1#5302A3
2#6603C9
3#7904EF
4#8C1DFC
5#9F43FC
6#B268FD
7#C68EFD
8#D9B4FE
9#ECD9FE
Tones
Muted variations
1#400877
2#400E71
3#40146B
4#401B65
5#40215F
6#402758
7#402D52
8#40334C
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 #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFD | BordersInactive statesPlaceholder text |
| 400 | A64F #A64FFC | Disabled statesSecondary iconsMuted text |
| 500 | 8C1D #8C1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7003 #7003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5903 #5903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4002 #40027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290150 | 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: #DEBEFE;
--indigo-300: #C48BFD;
--indigo-400: #A64FFC;
--indigo-500: #8C1DFC;
--indigo-600: #7003DD;
--indigo-700: #5903B0;
--indigo-800: #40027E;
--indigo-900: #290150;
--indigo-950: #1A0132;
}