Indigo
#540878
PurpleColor Codes
All color formats for development
HEX
#540878RGB
rgb(84, 8, 120)HSL
hsl(281, 88%, 25%)OKLCH
oklch(0.347 0.167 310.2)CMYK
cmyk(30%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C076C
2#430660
3#3B0554
4#330548
5#2A043C
6#220330
7#190224
8#110218
9#08010C
Tints
Lighter variations
1#6E0A9C
2#870CC0
3#A00FE4
4#B127F1
5#BE4BF4
6#CB6FF6
7#D893F8
8#E5B7FA
9#F2DBFD
Tones
Muted variations
1#520D72
2#50136D
3#4E1867
4#4C1E61
5#4A245C
6#482956
7#462F51
8#44354B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D791 #D791F8 | BordersInactive statesPlaceholder text |
| 400 | C357 #C357F4 | Disabled statesSecondary iconsMuted text |
| 500 | B127 #B127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 940D #940DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760B #760BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5408 #540878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3605 #36054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DDFD;
--indigo-200: #E9C1FB;
--indigo-300: #D791F8;
--indigo-400: #C357F4;
--indigo-500: #B127F1;
--indigo-600: #940DD3;
--indigo-700: #760BA8;
--indigo-800: #540878;
--indigo-900: #36054D;
--indigo-950: #220330;
}