Indigo
#420778
PurpleColor Codes
All color formats for development
HEX
#420778RGB
rgb(66, 7, 120)HSL
hsl(271, 89%, 25%)OKLCH
oklch(0.321 0.164 299.3)CMYK
cmyk(45%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B066C
2#350660
3#2E0554
4#270448
5#21043C
6#1A0330
7#140224
8#0D0118
9#07010C
Tints
Lighter variations
1#55099D
2#690BC1
3#7D0DE5
4#9026F2
5#A24AF4
6#B56EF7
7#C793F9
8#DAB7FB
9#ECDBFD
Tones
Muted variations
1#410D73
2#41126D
3#411867
4#411E62
5#41235C
6#412956
7#402F51
8#40344B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | 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: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC0FB;
--indigo-300: #C690F9;
--indigo-400: #A856F5;
--indigo-500: #9026F2;
--indigo-600: #740CD4;
--indigo-700: #5C0AA9;
--indigo-800: #420778;
--indigo-900: #2A044D;
--indigo-950: #1A0330;
}