Indigo
#2A057A
PurpleColor Codes
All color formats for development
HEX
#2A057ARGB
rgb(42, 5, 122)HSL
hsl(259, 92%, 25%)OKLCH
oklch(0.293 0.167 283.3)CMYK
cmyk(66%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26056E
2#220462
3#1E0456
4#190349
5#15033D
6#110231
7#0D0225
8#080118
9#04010C
Tints
Lighter variations
1#37079F
2#4408C4
3#500AE9
4#6623F6
5#7F47F7
6#996CF9
7#B291FA
8#CCB6FC
9#E5DAFD
Tones
Muted variations
1#2C0B75
2#2F116F
3#311769
4#331D63
5#35225D
6#372857
7#392E51
8#3B344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFE;
--indigo-200: #D3BFFC;
--indigo-300: #B18EFA;
--indigo-400: #8854F8;
--indigo-500: #6623F6;
--indigo-600: #4A09D7;
--indigo-700: #3B07AB;
--indigo-800: #2A057A;
--indigo-900: #1B034E;
--indigo-950: #110231;
}