Indigo
#640778
PinkColor Codes
All color formats for development
HEX
#640778RGB
rgb(100, 7, 120)HSL
hsl(289, 89%, 25%)OKLCH
oklch(0.371 0.173 318.9)CMYK
cmyk(17%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A066C
2#500660
3#460554
4#3C0448
5#32043C
6#280330
7#1E0224
8#140118
9#0A010C
Tints
Lighter variations
1#82099D
2#9F0BC1
3#BD0DE5
4#CD26F2
5#D54AF4
6#DE6EF7
7#E693F9
8#EEB7FB
9#F7DBFD
Tones
Muted variations
1#600D73
2#5C126D
3#591867
4#551E62
5#52235C
6#4E2956
7#4B2F51
8#47344B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E590 #E590F9 | BordersInactive statesPlaceholder text |
| 400 | D856 #D856F5 | Disabled statesSecondary iconsMuted text |
| 500 | CD26 #CD26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0C #AF0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0A #8C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6407 #640778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F7DDFD;
--indigo-200: #F1C0FB;
--indigo-300: #E590F9;
--indigo-400: #D856F5;
--indigo-500: #CD26F2;
--indigo-600: #AF0CD4;
--indigo-700: #8C0AA9;
--indigo-800: #640778;
--indigo-900: #40044D;
--indigo-950: #280330;
}