Indigo
#600A76
PinkColor Codes
All color formats for development
HEX
#600A76RGB
rgb(96, 10, 118)HSL
hsl(288, 84%, 25%)OKLCH
oklch(0.365 0.168 317.6)CMYK
cmyk(19%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56096A
2#4D085E
3#430752
4#3A0646
5#30053B
6#26042F
7#1D0323
8#130217
9#0A010C
Tints
Lighter variations
1#7D0D98
2#9910BC
3#B613DF
4#C62CED
5#D04FF0
6#D972F3
7#E395F6
8#ECB9F9
9#F6DCFC
Tones
Muted variations
1#5D1070
2#59156B
3#561A65
4#532060
5#50255B
6#4D2A55
7#493050
8#46354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E293 #E293F6 | BordersInactive statesPlaceholder text |
| 400 | D35B #D35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C62C #C62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A912 #A912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860E #860EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EFC2FA;
--indigo-300: #E293F6;
--indigo-400: #D35BF1;
--indigo-500: #C62CED;
--indigo-600: #A912CE;
--indigo-700: #860EA4;
--indigo-800: #600A75;
--indigo-900: #3D074B;
--indigo-950: #26042F;
}