Indigo
#2C057A
PurpleColor Codes
All color formats for development
HEX
#2C057ARGB
rgb(44, 5, 122)HSL
hsl(260, 92%, 25%)OKLCH
oklch(0.295 0.167 284.5)CMYK
cmyk(64%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28056E
2#230462
3#1F0456
4#1B0349
5#16033D
6#120231
7#0D0225
8#090118
9#04010C
Tints
Lighter variations
1#39079F
2#4708C4
3#540AE9
4#6923F6
5#8247F7
6#9B6CF9
7#B491FA
8#CDB6FC
9#E6DAFD
Tones
Muted variations
1#2E0B75
2#30116F
3#321769
4#341D63
5#36225D
6#382857
7#3A2E51
8#3C344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFE;
--indigo-200: #D4BFFC;
--indigo-300: #B28EFA;
--indigo-400: #8A54F8;
--indigo-500: #6923F6;
--indigo-600: #4E09D7;
--indigo-700: #3E07AB;
--indigo-800: #2C057A;
--indigo-900: #1C034E;
--indigo-950: #120231;
}