Indigo
#600778
PinkColor Codes
All color formats for development
HEX
#600778RGB
rgb(96, 7, 120)HSL
hsl(287, 89%, 25%)OKLCH
oklch(0.365 0.172 316.8)CMYK
cmyk(20%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56066C
2#4D0660
3#430554
4#3A0448
5#30043C
6#260330
7#1D0224
8#130118
9#0A010C
Tints
Lighter variations
1#7D099D
2#990BC1
3#B60DE5
4#C626F2
5#D04AF4
6#D96EF7
7#E393F9
8#ECB7FB
9#F6DBFD
Tones
Muted variations
1#5D0D73
2#59126D
3#561867
4#531E62
5#50235C
6#4D2956
7#492F51
8#46344B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D356 #D356F5 | Disabled statesSecondary iconsMuted text |
| 500 | C626 #C626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90C #A90CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860A #860AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6007 #600778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DDFD;
--indigo-200: #EFC0FB;
--indigo-300: #E290F9;
--indigo-400: #D356F5;
--indigo-500: #C626F2;
--indigo-600: #A90CD4;
--indigo-700: #860AA9;
--indigo-800: #600778;
--indigo-900: #3D044D;
--indigo-950: #260330;
}