Indigo
#60037D
PinkColor Codes
All color formats for development
HEX
#60037DRGB
rgb(96, 3, 125)HSL
hsl(286, 95%, 25%)OKLCH
oklch(0.367 0.178 314.9)CMYK
cmyk(23%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560370
2#4D0363
3#430257
4#3A024B
5#30023E
6#260132
7#1D0125
8#130119
9#0A000C
Tints
Lighter variations
1#7D04A2
2#9A05C7
3#B606EC
4#C61FF9
5#D045FA
6#D96AFB
7#E38FFC
8#ECB4FD
9#F6DAFE
Tones
Muted variations
1#5D0976
2#5A0F70
3#56156A
4#531B64
5#50215E
6#4D2858
7#492E52
8#46344C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFC | BordersInactive statesPlaceholder text |
| 400 | D351 #D351FB | Disabled statesSecondary iconsMuted text |
| 500 | C61F #C61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A906 #A906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8604 #8604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EFBEFD;
--indigo-300: #E28DFC;
--indigo-400: #D351FB;
--indigo-500: #C61FF9;
--indigo-600: #A906DB;
--indigo-700: #8604AE;
--indigo-800: #60037C;
--indigo-900: #3D0250;
--indigo-950: #260132;
}