Indigo
#470778
PurpleColor Codes
All color formats for development
HEX
#470778RGB
rgb(71, 7, 120)HSL
hsl(274, 89%, 25%)OKLCH
oklch(0.327 0.165 302.5)CMYK
cmyk(41%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40066C
2#390660
3#320554
4#2B0448
5#24043C
6#1D0330
7#150224
8#0E0118
9#07010C
Tints
Lighter variations
1#5D099D
2#720BC1
3#870DE5
4#9A26F2
5#AB4AF4
6#BC6EF7
7#CC93F9
8#DDB7FB
9#EEDBFD
Tones
Muted variations
1#470D73
2#46126D
3#451867
4#441E62
5#44235C
6#432956
7#422F51
8#41344B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B056 #B056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9A26 #9A26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0C #7E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640A #640AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4707 #470778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C0FB;
--indigo-300: #CB90F9;
--indigo-400: #B056F5;
--indigo-500: #9A26F2;
--indigo-600: #7E0CD4;
--indigo-700: #640AA9;
--indigo-800: #470778;
--indigo-900: #2E044D;
--indigo-950: #1D0330;
}