Indigo
#640080
PinkColor Codes
All color formats for development
HEX
#640080RGB
rgb(100, 0, 128)HSL
hsl(287, 100%, 25%)OKLCH
oklch(0.375 0.184 315.9)CMYK
cmyk(22%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0073
2#500066
3#460059
4#3C004D
5#320040
6#280033
7#1E0026
8#14001A
9#0A000D
Tints
Lighter variations
1#8200A6
2#A000CC
3#BE00F2
4#CD1AFF
5#D640FF
6#DE66FF
7#E68CFF
8#EEB3FF
9#F7D9FF
Tones
Muted variations
1#600679
2#5D0D73
3#59136C
4#551966
5#522060
6#4E2659
7#4B2D53
8#47334D
9#433946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F7DBFF;
--indigo-200: #F1BDFF;
--indigo-300: #E68AFF;
--indigo-400: #D84DFF;
--indigo-500: #CD1AFF;
--indigo-600: #B000E0;
--indigo-700: #8C00B3;
--indigo-800: #640080;
--indigo-900: #400052;
--indigo-950: #280033;
}