Indigo
#4F067A
PurpleColor Codes
All color formats for development
HEX
#4F067ARGB
rgb(79, 6, 122)HSL
hsl(278, 91%, 25%)OKLCH
oklch(0.34 0.169 306.6)CMYK
cmyk(35%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47056E
2#3F0561
3#370455
4#300349
5#28033D
6#200231
7#180225
8#100118
9#08010C
Tints
Lighter variations
1#67079E
2#7F09C3
3#970BE7
4#A824F5
5#B748F6
6#C56DF8
7#D491FA
8#E2B6FC
9#F1DAFD
Tones
Muted variations
1#4E0C74
2#4C116E
3#4B1768
4#491D63
5#47235D
6#462957
7#442E51
8#43344B
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38F #D38FFA | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | A824 #A824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0A #8B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F08 #6F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F1DDFD;
--indigo-200: #E6C0FC;
--indigo-300: #D38FFA;
--indigo-400: #BB55F7;
--indigo-500: #A824F5;
--indigo-600: #8B0AD6;
--indigo-700: #6F08AA;
--indigo-800: #4F067A;
--indigo-900: #33044E;
--indigo-950: #200231;
}