Indigo
#640B74
PinkColor Codes
All color formats for development
HEX
#640B74RGB
rgb(100, 11, 116)HSL
hsl(291, 83%, 25%)OKLCH
oklch(0.37 0.167 320.5)CMYK
cmyk(14%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B0A69
2#51095D
3#470852
4#3C0746
5#32053A
6#28042F
7#1E0323
8#140217
9#0A010C
Tints
Lighter variations
1#830E98
2#A111BB
3#BF15DE
4#CF2DEB
5#D750EF
6#DF73F2
7#E796F5
8#EFB9F8
9#F7DCFC
Tones
Muted variations
1#61106F
2#5D156A
3#5A1B65
4#56205F
5#52255A
6#4F2B55
7#4B3050
8#47354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F5 | BordersInactive statesPlaceholder text |
| 400 | DA5C #DA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CF2D #CF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B113 #B113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D0F #8D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650B #650B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DEFC;
--indigo-200: #F1C2F9;
--indigo-300: #E694F5;
--indigo-400: #DA5CF0;
--indigo-500: #CF2DEB;
--indigo-600: #B113CD;
--indigo-700: #8D0FA3;
--indigo-800: #650B75;
--indigo-900: #41074B;
--indigo-950: #28042F;
}