Indigo
#46047B
PurpleColor Codes
All color formats for development
HEX
#46047BRGB
rgb(70, 4, 123)HSL
hsl(273, 94%, 25%)OKLCH
oklch(0.327 0.17 301)CMYK
cmyk(43%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F036F
2#380363
3#310357
4#2A024A
5#23023E
6#1C0231
7#150125
8#0E0119
9#07000C
Tints
Lighter variations
1#5B05A1
2#7006C6
3#8507EB
4#9720F8
5#A845F9
6#BA6BFA
7#CB90FC
8#DCB5FD
9#EEDAFE
Tones
Muted variations
1#450A76
2#451070
3#44166A
4#431C64
5#43225E
6#422858
7#422E52
8#41344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8D #CA8DFB | BordersInactive statesPlaceholder text |
| 400 | AE52 #AE52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9720 #9720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B07 #7B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6205 #6205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D02 #2D024F | 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: #F8F0FF;
--indigo-100: #EFDCFE;
--indigo-200: #E1BFFD;
--indigo-300: #CA8DFB;
--indigo-400: #AE52FA;
--indigo-500: #9720F8;
--indigo-600: #7B07DA;
--indigo-700: #6205AD;
--indigo-800: #46047C;
--indigo-900: #2D024F;
--indigo-950: #1C0231;
}