Indigo
#28034E
PurpleColor Codes
All color formats for development
HEX
#28034ERGB
rgb(40, 3, 78)HSL
hsl(270, 93%, 16%)OKLCH
oklch(0.236 0.121 298.4)CMYK
cmyk(49%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250347
2#21023F
3#1D0237
4#18022F
5#140127
6#10011F
7#0C0118
8#080110
9#040008
Tints
Lighter variations
1#3E0478
2#5406A1
3#6907CB
4#7E09F4
5#9430F8
6#A95AF9
7#BF83FB
8#D4ACFC
9#EAD6FE
Tones
Muted variations
1#29074B
2#290A47
3#290E43
4#291240
5#29163C
6#291A38
7#291D34
8#292130
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48E #C48EFB | BordersInactive statesPlaceholder text |
| 400 | A653 #A653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C22 #8C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7008 #7008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5906 #5906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2903 #29034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DEBFFD;
--indigo-300: #C48EFB;
--indigo-400: #A653F9;
--indigo-500: #8C22F7;
--indigo-600: #7008D9;
--indigo-700: #5906AC;
--indigo-800: #40047B;
--indigo-900: #29034F;
--indigo-950: #1A0231;
}