Indigo
#400052
PinkColor Codes
All color formats for development
HEX
#400052RGB
rgb(64, 0, 82)HSL
hsl(287, 100%, 16%)OKLCH
oklch(0.276 0.135 316.5)CMYK
cmyk(22%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0049
2#330041
3#2D0039
4#260031
5#200029
6#1A0021
7#130018
8#0D0010
9#060008
Tints
Lighter variations
1#61007C
2#8300A7
3#A500D2
4#C600FD
5#D129FF
6#DA54FF
7#E37EFF
8#ECA9FF
9#F6D4FF
Tones
Muted variations
1#3E044E
2#3B0849
3#390C45
4#371041
5#34143D
6#321839
7#301D35
8#2D2131
9#2B252D
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;
}