Indigo
#420849
PinkColor Codes
All color formats for development
HEX
#420849RGB
rgb(66, 8, 73)HSL
hsl(294, 80%, 16%)OKLCH
oklch(0.278 0.119 323.1)CMYK
cmyk(10%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0742
2#36073B
3#2F0633
4#28052C
5#210425
6#1B031D
7#140216
8#0D020F
9#070107
Tints
Lighter variations
1#660C70
2#891197
3#AC15BD
4#CF19E4
5#D83EEA
6#E065EE
7#E88BF2
8#F0B2F6
9#F7D8FB
Tones
Muted variations
1#400B46
2#3E0F43
3#3B1240
4#38153C
5#361839
6#331C36
7#311F33
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 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F3 | BordersInactive statesPlaceholder text |
| 400 | DF5E #DF5EED | Disabled statesSecondary iconsMuted text |
| 500 | D630 #D630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B816 #B816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9212 #9212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690D #690D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #430849 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F9DFFB;
--indigo-200: #F3C3F8;
--indigo-300: #EA95F3;
--indigo-400: #DF5EED;
--indigo-500: #D630E8;
--indigo-600: #B816CA;
--indigo-700: #9212A1;
--indigo-800: #690D73;
--indigo-900: #430849;
--indigo-950: #2A052E;
}