Indigo
#28034F
PurpleColor Codes
All color formats for development
HEX
#28034FRGB
rgb(40, 3, 79)HSL
hsl(269, 93%, 16%)OKLCH
oklch(0.237 0.122 297.9)CMYK
cmyk(49%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240347
2#20023F
3#1C0237
4#18022F
5#140127
6#10011F
7#0C0118
8#080110
9#040008
Tints
Lighter variations
1#3C0478
2#5106A1
3#6607CB
4#7B09F4
5#9130F8
6#A75AF9
7#BD83FB
8#D3ACFC
9#E9D6FE
Tones
Muted variations
1#28074B
2#280A47
3#280E43
4#281240
5#28163C
6#281A38
7#281D34
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 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DDBFFD;
--indigo-300: #C38EFB;
--indigo-400: #A353F9;
--indigo-500: #8922F7;
--indigo-600: #6D08D9;
--indigo-700: #5606AC;
--indigo-800: #3E047B;
--indigo-900: #28034F;
--indigo-950: #190231;
}