Indigo
#580878
PurpleColor Codes
All color formats for development
HEX
#580878RGB
rgb(88, 8, 120)HSL
hsl(283, 88%, 25%)OKLCH
oklch(0.353 0.169 312.5)CMYK
cmyk(27%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F076C
2#460660
3#3E0554
4#350548
5#2C043C
6#230330
7#1A0224
8#120218
9#09010C
Tints
Lighter variations
1#720A9C
2#8D0CC0
3#A70FE4
4#B827F1
5#C44BF4
6#D06FF6
7#DC93F8
8#E7B7FA
9#F3DBFD
Tones
Muted variations
1#560D72
2#53136D
3#511867
4#4E1E61
5#4C245C
6#492956
7#472F51
8#45354B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB91 #DB91F8 | BordersInactive statesPlaceholder text |
| 400 | C857 #C857F4 | Disabled statesSecondary iconsMuted text |
| 500 | B827 #B827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0D #9B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B0B #7B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5808 #580878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3805 #38054D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DDFD;
--indigo-200: #EAC1FB;
--indigo-300: #DB91F8;
--indigo-400: #C857F4;
--indigo-500: #B827F1;
--indigo-600: #9B0DD3;
--indigo-700: #7B0BA8;
--indigo-800: #580878;
--indigo-900: #38054D;
--indigo-950: #230330;
}