Indigo
#400778
PurpleColor Codes
All color formats for development
HEX
#400778RGB
rgb(64, 7, 120)HSL
hsl(270, 89%, 25%)OKLCH
oklch(0.318 0.164 298)CMYK
cmyk(47%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39066C
2#330660
3#2D0554
4#260448
5#20043C
6#190330
7#130224
8#0D0118
9#06010C
Tints
Lighter variations
1#53099D
2#660BC1
3#790DE5
4#8C26F2
5#9F4AF4
6#B26EF7
7#C693F9
8#D9B7FB
9#ECDBFD
Tones
Muted variations
1#400D73
2#40126D
3#401867
4#401E62
5#40235C
6#402956
7#402F51
8#40344B
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 | DEC0 #DEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A656 #A656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8C26 #8C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700C #700CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590A #590AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4007 #400778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044D | 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: #DEC0FB;
--indigo-300: #C490F9;
--indigo-400: #A656F5;
--indigo-500: #8C26F2;
--indigo-600: #700CD4;
--indigo-700: #590AA9;
--indigo-800: #400778;
--indigo-900: #29044D;
--indigo-950: #1A0330;
}