Indigo
#350150
PurpleColor Codes
All color formats for development
HEX
#350150RGB
rgb(53, 1, 80)HSL
hsl(279, 98%, 16%)OKLCH
oklch(0.256 0.128 309.1)CMYK
cmyk(34%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300149
2#2A0141
3#250139
4#200030
5#1A0028
6#150020
7#100018
8#0B0010
9#050008
Tints
Lighter variations
1#51017B
2#6C02A6
3#8802D0
4#A403FA
5#B32BFD
6#C355FD
7#D280FE
8#E1AAFE
9#F0D5FF
Tones
Muted variations
1#34054D
2#320949
3#310D45
4#301141
5#2F153D
6#2E1939
7#2C1D35
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D68B #D68BFE | BordersInactive statesPlaceholder text |
| 400 | C04E #C04EFD | Disabled statesSecondary iconsMuted text |
| 500 | AE1C #AE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9102 #9102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7302 #7302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5201 #52017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350151 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFF;
--indigo-200: #E8BDFE;
--indigo-300: #D68BFE;
--indigo-400: #C04EFD;
--indigo-500: #AE1CFD;
--indigo-600: #9102DE;
--indigo-700: #7302B1;
--indigo-800: #52017E;
--indigo-900: #350151;
--indigo-950: #210132;
}