Indigo
#4E0B74
PurpleColor Codes
All color formats for development
HEX
#4E0B74RGB
rgb(78, 11, 116)HSL
hsl(278, 83%, 25%)OKLCH
oklch(0.336 0.16 308.1)CMYK
cmyk(33%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460A69
2#3E095D
3#370852
4#2F0746
5#27053A
6#1F042F
7#170323
8#100217
9#08010C
Tints
Lighter variations
1#650E98
2#7D11BB
3#9415DE
4#A62DEB
5#B550EF
6#C373F2
7#D296F5
8#E1B9F8
9#F0DCFC
Tones
Muted variations
1#4C106F
2#4B156A
3#4A1B65
4#48205F
5#47255A
6#452B55
7#443050
8#43354A
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F5 | BordersInactive statesPlaceholder text |
| 400 | BA5C #BA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A62D #A62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8913 #8913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0F #6D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E5C2F9;
--indigo-300: #D194F5;
--indigo-400: #BA5CF0;
--indigo-500: #A62DEB;
--indigo-600: #8913CD;
--indigo-700: #6D0FA3;
--indigo-800: #4E0B75;
--indigo-900: #32074B;
--indigo-950: #1F042F;
}