Indigo
#470878
PurpleColor Codes
All color formats for development
HEX
#470878RGB
rgb(71, 8, 120)HSL
hsl(274, 88%, 25%)OKLCH
oklch(0.328 0.164 302.4)CMYK
cmyk(41%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40076C
2#390660
3#320554
4#2B0548
5#24043C
6#1C0330
7#150224
8#0E0218
9#07010C
Tints
Lighter variations
1#5D0A9C
2#720CC0
3#870FE4
4#9A27F1
5#AB4BF4
6#BB6FF6
7#CC93F8
8#DDB7FA
9#EEDBFD
Tones
Muted variations
1#460D72
2#46136D
3#451867
4#441E61
5#43245C
6#432956
7#422F51
8#41354B
9#403A45
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 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C1FB;
--indigo-300: #CB91F8;
--indigo-400: #B057F4;
--indigo-500: #9A27F1;
--indigo-600: #7D0DD3;
--indigo-700: #640BA8;
--indigo-800: #470878;
--indigo-900: #2E054D;
--indigo-950: #1C0330;
}