Indigo
#400878
PurpleColor Codes
All color formats for development
HEX
#400878RGB
rgb(64, 8, 120)HSL
hsl(270, 88%, 25%)OKLCH
oklch(0.319 0.163 297.9)CMYK
cmyk(47%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39076C
2#330660
3#2D0554
4#260548
5#20043C
6#190330
7#130224
8#0D0218
9#06010C
Tints
Lighter variations
1#530A9C
2#660CC0
3#790FE4
4#8C27F1
5#9F4BF4
6#B26FF6
7#C693F8
8#D9B7FA
9#ECDBFD
Tones
Muted variations
1#400D72
2#40136D
3#401867
4#401E61
5#40245C
6#402956
7#402F51
8#40354B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DEC1FB;
--indigo-300: #C491F8;
--indigo-400: #A657F4;
--indigo-500: #8C27F1;
--indigo-600: #700DD3;
--indigo-700: #590BA8;
--indigo-800: #400878;
--indigo-900: #29054D;
--indigo-950: #1A0330;
}