Indigo
#640A76
PinkColor Codes
All color formats for development
HEX
#640A76RGB
rgb(100, 10, 118)HSL
hsl(290, 84%, 25%)OKLCH
oklch(0.371 0.17 319.6)CMYK
cmyk(15%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A096A
2#50085E
3#460752
4#3C0646
5#32053B
6#28042F
7#1E0323
8#140217
9#0A010C
Tints
Lighter variations
1#810D98
2#9F10BC
3#BD13DF
4#CD2CED
5#D54FF0
6#DD72F3
7#E695F6
8#EEB9F9
9#F7DCFC
Tones
Muted variations
1#601070
2#5C156B
3#591A65
4#552060
5#52255B
6#4E2A55
7#4A3050
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 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | 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: #F7DEFC;
--indigo-200: #F0C2FA;
--indigo-300: #E593F6;
--indigo-400: #D85BF1;
--indigo-500: #CD2CED;
--indigo-600: #AF12CE;
--indigo-700: #8B0EA4;
--indigo-800: #630A75;
--indigo-900: #40074B;
--indigo-950: #28042F;
}