Indigo
#4E0C73
PurpleColor Codes
All color formats for development
HEX
#4E0C73RGB
rgb(78, 12, 115)HSL
hsl(278, 81%, 25%)OKLCH
oklch(0.336 0.158 308.4)CMYK
cmyk(32%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460B68
2#3E0A5C
3#360851
4#2F0745
5#27063A
6#1F052E
7#170423
8#100217
9#08010C
Tints
Lighter variations
1#651096
2#7C13B9
3#9317DB
4#A52FE9
5#B452ED
6#C375F0
7#D297F4
8#E1BAF8
9#F0DCFB
Tones
Muted variations
1#4C116E
2#4B1669
3#491C64
4#48215F
5#47265A
6#452B54
7#44304F
8#43354A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C3 #E5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F4 | BordersInactive statesPlaceholder text |
| 400 | B95D #B95DEE | Disabled statesSecondary iconsMuted text |
| 500 | A52F #A52FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8815 #8815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D11 #6D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0C #4E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #32084A | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DFFC;
--indigo-200: #E5C3F9;
--indigo-300: #D195F4;
--indigo-400: #B95DEE;
--indigo-500: #A52FE9;
--indigo-600: #8815CB;
--indigo-700: #6D11A2;
--indigo-800: #4E0C73;
--indigo-900: #32084A;
--indigo-950: #1F052E;
}