Indigo
#58027E
PurpleColor Codes
All color formats for development
HEX
#58027ERGB
rgb(88, 2, 126)HSL
hsl(282, 97%, 25%)OKLCH
oklch(0.355 0.177 310.4)CMYK
cmyk(30%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500271
2#470264
3#3E0158
4#35014B
5#2C013F
6#230132
7#1B0126
8#120019
9#09000D
Tints
Lighter variations
1#7302A3
2#8E03C9
3#A804EF
4#B91DFC
5#C443FC
6#D068FD
7#DC8EFD
8#E8B4FE
9#F3D9FE
Tones
Muted variations
1#560877
2#540E71
3#51146B
4#4F1B65
5#4C215F
6#4A2758
7#472D52
8#45334C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8B #DB8BFD | BordersInactive statesPlaceholder text |
| 400 | C84F #C84FFC | Disabled statesSecondary iconsMuted text |
| 500 | B91D #B91DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C03 #9C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C03 #7C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5802 #58027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3901 #390150 | 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: #F4DCFE;
--indigo-200: #EBBEFE;
--indigo-300: #DB8BFD;
--indigo-400: #C84FFC;
--indigo-500: #B91DFC;
--indigo-600: #9C03DD;
--indigo-700: #7C03B0;
--indigo-800: #58027E;
--indigo-900: #390150;
--indigo-950: #230132;
}