Indigo
#4B05AD
PurpleColor Codes
All color formats for development
HEX
#4B05ADRGB
rgb(75, 5, 173)HSL
hsl(265, 94%, 35%)OKLCH
oklch(0.388 0.217 289.1)CMYK
cmyk(57%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44059C
2#3C048B
3#350479
4#2D0368
5#260357
6#1E0245
7#170234
8#0F0123
9#080111
Tints
Lighter variations
1#5906CD
2#6707ED
3#791EF8
4#8C3EF9
5#9F5EFA
6#B27EFB
7#C59FFC
8#D9BFFD
9#ECDFFE
Tones
Muted variations
1#4D0EA5
2#4E169C
3#4F1F94
4#51278C
5#522F83
6#54387B
7#554072
8#56486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFB | BordersInactive statesPlaceholder text |
| 400 | 9852 #9852FA | Disabled statesSecondary iconsMuted text |
| 500 | 7A20 #7A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F07 #5F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B05 #4B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #22024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D9BFFD;
--indigo-300: #BB8DFB;
--indigo-400: #9852FA;
--indigo-500: #7A20F8;
--indigo-600: #5F07DA;
--indigo-700: #4B05AD;
--indigo-800: #36047C;
--indigo-900: #22024F;
--indigo-950: #160231;
}