Indigo
#600878
PinkColor Codes
All color formats for development
HEX
#600878RGB
rgb(96, 8, 120)HSL
hsl(287, 88%, 25%)OKLCH
oklch(0.366 0.171 316.8)CMYK
cmyk(20%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56076C
2#4C0660
3#430554
4#390548
5#30043C
6#260330
7#1D0224
8#130218
9#0A010C
Tints
Lighter variations
1#7C0A9C
2#990CC0
3#B60FE4
4#C527F1
5#CF4BF4
6#D96FF6
7#E293F8
8#ECB7FA
9#F5DBFD
Tones
Muted variations
1#5C0D72
2#59136D
3#561867
4#531E61
5#50245C
6#4C2956
7#492F51
8#46354B
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 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | 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: #EEC1FB;
--indigo-300: #E291F8;
--indigo-400: #D257F4;
--indigo-500: #C527F1;
--indigo-600: #A80DD3;
--indigo-700: #860BA8;
--indigo-800: #600878;
--indigo-900: #3D054D;
--indigo-950: #260330;
}