Indigo
#290151
PurpleColor Codes
All color formats for development
HEX
#290151RGB
rgb(41, 1, 81)HSL
hsl(270, 98%, 16%)OKLCH
oklch(0.239 0.127 298.2)CMYK
cmyk(49%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250149
2#210141
3#1D0139
4#180030
5#140028
6#100020
7#0C0018
8#080010
9#040008
Tints
Lighter variations
1#3E017B
2#5402A6
3#6902D0
4#7E03FA
5#942BFD
6#A955FD
7#BF80FE
8#D4AAFE
9#EAD5FF
Tones
Muted variations
1#29054D
2#290949
3#290D45
4#291141
5#29153D
6#291939
7#291D35
8#292131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBD #DEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFE | BordersInactive statesPlaceholder text |
| 400 | A64E #A64EFD | Disabled statesSecondary iconsMuted text |
| 500 | 8C1C #8C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7002 #7002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5902 #5902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4001 #40017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290151 | 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: #EDDCFF;
--indigo-200: #DEBDFE;
--indigo-300: #C48BFE;
--indigo-400: #A64EFD;
--indigo-500: #8C1CFD;
--indigo-600: #7002DE;
--indigo-700: #5902B1;
--indigo-800: #40017E;
--indigo-900: #290151;
--indigo-950: #1A0132;
}