Indigo
#590080
PurpleColor Codes
All color formats for development
HEX
#590080RGB
rgb(89, 0, 128)HSL
hsl(282, 100%, 25%)OKLCH
oklch(0.357 0.181 310.2)CMYK
cmyk(30%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500073
2#470066
3#3E0059
4#36004D
5#2D0040
6#240033
7#1B0026
8#12001A
9#09000D
Tints
Lighter variations
1#7400A6
2#8F00CC
3#AA00F2
4#BA1AFF
5#C640FF
6#D166FF
7#DD8CFF
8#E8B3FF
9#F4D9FF
Tones
Muted variations
1#570679
2#540D73
3#52136C
4#4F1966
5#4D2060
6#4A2659
7#472D53
8#45334D
9#423946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DBFF;
--indigo-200: #EBBDFF;
--indigo-300: #DC8AFF;
--indigo-400: #C94DFF;
--indigo-500: #BA1AFF;
--indigo-600: #9D00E0;
--indigo-700: #7D00B3;
--indigo-800: #590080;
--indigo-900: #390052;
--indigo-950: #240033;
}