Indigo
#2D0052
PurpleColor Codes
All color formats for development
HEX
#2D0052RGB
rgb(45, 0, 82)HSL
hsl(273, 100%, 16%)OKLCH
oklch(0.245 0.13 301.4)CMYK
cmyk(45%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280049
2#240041
3#1F0039
4#1B0031
5#160029
6#120021
7#0D0018
8#090010
9#040008
Tints
Lighter variations
1#44007C
2#5C00A7
3#7400D2
4#8B00FD
5#9F29FF
6#B254FF
7#C57EFF
8#D8A9FF
9#ECD4FF
Tones
Muted variations
1#2C044E
2#2C0849
3#2C0C45
4#2B1041
5#2B143D
6#2A1839
7#2A1D35
8#2A2131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDBFF;
--indigo-200: #E1BDFF;
--indigo-300: #CA8AFF;
--indigo-400: #AF4DFF;
--indigo-500: #981AFF;
--indigo-600: #7B00E0;
--indigo-700: #6200B3;
--indigo-800: #460080;
--indigo-900: #2D0052;
--indigo-950: #1C0033;
}