Indigo
#400849
PinkColor Codes
All color formats for development
HEX
#400849RGB
rgb(64, 8, 73)HSL
hsl(292, 80%, 16%)OKLCH
oklch(0.275 0.118 321.5)CMYK
cmyk(12%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0742
2#34073B
3#2D0633
4#27052C
5#200425
6#1A031D
7#130216
8#0D020F
9#060107
Tints
Lighter variations
1#630C70
2#851197
3#A715BD
4#C919E4
5#D33EEA
6#DC65EE
7#E48BF2
8#EDB2F6
9#F6D8FB
Tones
Muted variations
1#3E0B46
2#3C0F43
3#3A1240
4#37153C
5#351839
6#321C36
7#301F33
8#2E222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E795 #E795F3 | BordersInactive statesPlaceholder text |
| 400 | DA5E #DA5EED | Disabled statesSecondary iconsMuted text |
| 500 | D030 #D030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B216 #B216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E12 #8E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4108 #410849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F8DFFB;
--indigo-200: #F1C3F8;
--indigo-300: #E795F3;
--indigo-400: #DA5EED;
--indigo-500: #D030E8;
--indigo-600: #B216CA;
--indigo-700: #8E12A1;
--indigo-800: #650D73;
--indigo-900: #410849;
--indigo-950: #28052E;
}