Indigo
#320052
PurpleColor Codes
All color formats for development
HEX
#320052RGB
rgb(50, 0, 82)HSL
hsl(277, 100%, 16%)OKLCH
oklch(0.252 0.131 305.7)CMYK
cmyk(39%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0049
2#280041
3#230039
4#1E0031
5#190029
6#140021
7#0F0018
8#0A0010
9#050008
Tints
Lighter variations
1#4D007C
2#6700A7
3#8200D2
4#9C00FD
5#AD29FF
6#BD54FF
7#CE7EFF
8#DEA9FF
9#EFD4FF
Tones
Muted variations
1#31044E
2#300849
3#2F0C45
4#2F1041
5#2E143D
6#2D1839
7#2C1D35
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DBFF;
--indigo-200: #E6BDFF;
--indigo-300: #D28AFF;
--indigo-400: #BB4DFF;
--indigo-500: #A71AFF;
--indigo-600: #8A00E0;
--indigo-700: #6E00B3;
--indigo-800: #4F0080;
--indigo-900: #320052;
--indigo-950: #1F0033;
}