Indigo
#2C0052
PurpleColor Codes
All color formats for development
HEX
#2C0052RGB
rgb(44, 0, 82)HSL
hsl(272, 100%, 16%)OKLCH
oklch(0.243 0.129 300.5)CMYK
cmyk(46%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270049
2#230041
3#1E0039
4#1A0031
5#160029
6#110021
7#0D0018
8#090010
9#040008
Tints
Lighter variations
1#42007C
2#5900A7
3#7000D2
4#8700FD
5#9B29FF
6#AF54FF
7#C37EFF
8#D7A9FF
9#EBD4FF
Tones
Muted variations
1#2B044E
2#2B0849
3#2B0C45
4#2A1041
5#2A143D
6#2A1839
7#2A1D35
8#292131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDBFF;
--indigo-200: #E0BDFF;
--indigo-300: #C88AFF;
--indigo-400: #AC4DFF;
--indigo-500: #941AFF;
--indigo-600: #7800E0;
--indigo-700: #5F00B3;
--indigo-800: #440080;
--indigo-900: #2C0052;
--indigo-950: #1B0033;
}