Indigo
#32034F
PurpleColor Codes
All color formats for development
HEX
#32034FRGB
rgb(50, 3, 79)HSL
hsl(277, 93%, 16%)OKLCH
oklch(0.252 0.124 306.9)CMYK
cmyk(37%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0347
2#28023F
3#230237
4#1E022F
5#190127
6#14011F
7#0F0118
8#0A0110
9#050008
Tints
Lighter variations
1#4C0478
2#6606A1
3#8007CB
4#9A09F4
5#AB30F8
6#BC5AF9
7#CD83FB
8#DDACFC
9#EED6FE
Tones
Muted variations
1#31074B
2#300A47
3#2F0E43
4#2E1240
5#2D163C
6#2C1A38
7#2B1D34
8#2B2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFB | BordersInactive statesPlaceholder text |
| 400 | B953 #B953F9 | Disabled statesSecondary iconsMuted text |
| 500 | A522 #A522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8908 #8908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D06 #6D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F1DDFE;
--indigo-200: #E5BFFD;
--indigo-300: #D18EFB;
--indigo-400: #B953F9;
--indigo-500: #A522F7;
--indigo-600: #8908D9;
--indigo-700: #6D06AC;
--indigo-800: #4E047B;
--indigo-900: #32034F;
--indigo-950: #1F0231;
}