Indigo
#4A19C8
PurpleColor Codes
All color formats for development
HEX
#4A19C8RGB
rgb(74, 25, 200)HSL
hsl(257, 78%, 44%)OKLCH
oklch(0.427 0.236 282.7)CMYK
cmyk(63%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4316B4
2#3B14A0
3#34118C
4#2D0F78
5#250C64
6#1E0A50
7#16073C
8#0F0528
9#070214
Tints
Lighter variations
1#541CE1
2#6634E6
3#794DE9
4#8C66EC
5#9F80EF
6#B399F2
7#C6B3F6
8#D9CCF9
9#ECE6FC
Tones
Muted variations
1#4E21BF
2#522AB6
3#5633AD
4#593CA5
5#5D449C
6#614D93
7#65568A
8#695F82
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B197 #B197F2 | BordersInactive statesPlaceholder text |
| 400 | 8860 #8860EB | Disabled statesSecondary iconsMuted text |
| 500 | 6533 #6533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A19 #4A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B14 #3B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0E #2A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D3C4F8;
--indigo-300: #B197F2;
--indigo-400: #8860EB;
--indigo-500: #6533E6;
--indigo-600: #4A19C8;
--indigo-700: #3B149F;
--indigo-800: #2A0E71;
--indigo-900: #1B0949;
--indigo-950: #11062D;
}