Indigo
#56027E
PurpleColor Codes
All color formats for development
HEX
#56027ERGB
rgb(86, 2, 126)HSL
hsl(281, 97%, 25%)OKLCH
oklch(0.352 0.177 309.3)CMYK
cmyk(32%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0271
2#450264
3#3C0158
4#34014B
5#2B013F
6#230132
7#1A0126
8#110019
9#09000D
Tints
Lighter variations
1#7002A3
2#8A03C9
3#A404EF
4#B51DFC
5#C143FC
6#CE68FD
7#DA8EFD
8#E6B4FE
9#F3D9FE
Tones
Muted variations
1#540877
2#520E71
3#50146B
4#4D1B65
5#4B215F
6#492758
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 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABE #EABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFD | BordersInactive statesPlaceholder text |
| 400 | C54F #C54FFC | Disabled statesSecondary iconsMuted text |
| 500 | B51D #B51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9803 #9803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7903 #7903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5602 #56027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370150 | 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: #F3DCFE;
--indigo-200: #EABEFE;
--indigo-300: #D98BFD;
--indigo-400: #C54FFC;
--indigo-500: #B51DFC;
--indigo-600: #9803DD;
--indigo-700: #7903B0;
--indigo-800: #56027E;
--indigo-900: #370150;
--indigo-950: #230132;
}