Indigo
#4A0BA8
PurpleColor Codes
All color formats for development
HEX
#4A0BA8RGB
rgb(74, 11, 168)HSL
hsl(264, 88%, 35%)OKLCH
oklch(0.384 0.21 289.5)CMYK
cmyk(56%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420A97
2#3B0986
3#330775
4#2C0665
5#250554
6#1D0443
7#160332
8#0F0222
9#070111
Tints
Lighter variations
1#570DC7
2#650FE6
3#7725F1
4#8A44F3
5#9E63F5
6#B182F7
7#C5A2F9
8#D8C1FB
9#ECE0FD
Tones
Muted variations
1#4B13A0
2#4D1A98
3#4E2290
4#502A88
5#513281
6#533A79
7#554271
8#564A69
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C1FB;
--indigo-300: #BA91F8;
--indigo-400: #9657F4;
--indigo-500: #7827F1;
--indigo-600: #5C0DD3;
--indigo-700: #4A0BA8;
--indigo-800: #350878;
--indigo-900: #22054D;
--indigo-950: #150330;
}