Indigo
#46057A
PurpleColor Codes
All color formats for development
HEX
#46057ARGB
rgb(70, 5, 122)HSL
hsl(273, 92%, 25%)OKLCH
oklch(0.327 0.168 301.3)CMYK
cmyk(43%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F056E
2#380462
3#310456
4#2A0349
5#23033D
6#1C0231
7#150225
8#0E0118
9#07010C
Tints
Lighter variations
1#5A079F
2#6F08C4
3#840AE9
4#9723F6
5#A847F7
6#BA6CF9
7#CB91FA
8#DCB6FC
9#EEDAFD
Tones
Muted variations
1#450B75
2#44116F
3#441769
4#431D63
5#43225D
6#422857
7#422E51
8#41344B
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E1BFFC;
--indigo-300: #CA8EFA;
--indigo-400: #AE54F8;
--indigo-500: #9723F6;
--indigo-600: #7B09D7;
--indigo-700: #6107AB;
--indigo-800: #46057A;
--indigo-900: #2D034E;
--indigo-950: #1C0231;
}