Indigo
#46067A
PurpleColor Codes
All color formats for development
HEX
#46067ARGB
rgb(70, 6, 122)HSL
hsl(273, 91%, 25%)OKLCH
oklch(0.327 0.167 301.2)CMYK
cmyk(43%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F056E
2#380561
3#310455
4#2A0349
5#23033D
6#1C0231
7#150225
8#0E0118
9#07010C
Tints
Lighter variations
1#5A079E
2#6F09C3
3#840BE7
4#9724F5
5#A848F6
6#B96DF8
7#CB91FA
8#DCB6FC
9#EEDAFD
Tones
Muted variations
1#450C74
2#44116E
3#441768
4#431D63
5#43235D
6#422957
7#412E51
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 #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | 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: #EFDDFD;
--indigo-200: #E1C0FC;
--indigo-300: #CA8FFA;
--indigo-400: #AE55F7;
--indigo-500: #9724F5;
--indigo-600: #7A0AD6;
--indigo-700: #6108AA;
--indigo-800: #46067A;
--indigo-900: #2D044E;
--indigo-950: #1C0231;
}