Indigo
#57017E
PurpleColor Codes
All color formats for development
HEX
#57017ERGB
rgb(87, 1, 126)HSL
hsl(281, 98%, 25%)OKLCH
oklch(0.353 0.178 309.9)CMYK
cmyk(31%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0172
2#450165
3#3D0158
4#34014C
5#2B013F
6#230132
7#1A0026
8#110019
9#09000D
Tints
Lighter variations
1#7102A4
2#8B02CA
3#A502F0
4#B51CFD
5#C242FD
6#CE68FD
7#DA8DFE
8#E6B3FE
9#F3D9FF
Tones
Muted variations
1#540878
2#520E72
3#50146B
4#4D1A65
5#4B215F
6#492759
7#472D52
8#44334C
9#423A46
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;
}