Indigo
#4413A0
PurpleColor Codes
All color formats for development
HEX
#4413A0RGB
rgb(68, 19, 160)HSL
hsl(261, 79%, 35%)OKLCH
oklch(0.373 0.198 287.9)CMYK
cmyk(58%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D1190
2#360F80
3#300D70
4#290B60
5#220950
6#1B0740
7#140630
8#0E0420
9#070210
Tints
Lighter variations
1#5116BD
2#5D1ADB
3#6F2FE7
4#844DEA
5#986BEE
6#AD88F1
7#C1A6F5
8#D6C4F8
9#EAE1FC
Tones
Muted variations
1#461A99
2#482192
3#4A288B
4#4D2F84
5#4F367D
6#513D75
7#53446E
8#554B67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C4F8;
--indigo-300: #B696F3;
--indigo-400: #915FEC;
--indigo-500: #7132E7;
--indigo-600: #5618C9;
--indigo-700: #4413A0;
--indigo-800: #310D72;
--indigo-900: #1F0949;
--indigo-950: #13052E;
}