Indigo
#370150
PurpleColor Codes
All color formats for development
HEX
#370150RGB
rgb(55, 1, 80)HSL
hsl(281, 98%, 16%)OKLCH
oklch(0.259 0.129 310.7)CMYK
cmyk(31%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320149
2#2C0141
3#270139
4#210030
5#1C0028
6#160020
7#110018
8#0B0010
9#060008
Tints
Lighter variations
1#55017B
2#7202A6
3#8F02D0
4#AC03FA
5#BA2BFD
6#C855FD
7#D680FE
8#E4AAFE
9#F1D5FF
Tones
Muted variations
1#36054D
2#350949
3#330D45
4#321141
5#30153D
6#2F1939
7#2D1D35
8#2C2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFE | BordersInactive statesPlaceholder text |
| 400 | C64E #C64EFD | Disabled statesSecondary iconsMuted text |
| 500 | B51C #B51CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9902 #9902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7902 #7902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5701 #57017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370151 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DCFF;
--indigo-200: #EABDFE;
--indigo-300: #D98BFE;
--indigo-400: #C64EFD;
--indigo-500: #B51CFD;
--indigo-600: #9902DE;
--indigo-700: #7902B1;
--indigo-800: #57017E;
--indigo-900: #370151;
--indigo-950: #230132;
}