Indigo
#43159D
PurpleColor Codes
All color formats for development
HEX
#43159DRGB
rgb(67, 21, 157)HSL
hsl(260, 76%, 35%)OKLCH
oklch(0.371 0.194 287.9)CMYK
cmyk(57%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C138D
2#35117E
3#2F0F6E
4#280D5E
5#210B4F
6#1B093F
7#14062F
8#0D041F
9#070210
Tints
Lighter variations
1#4F19BA
2#5B1DD7
3#6E33E3
4#8250E7
5#976DEB
6#AC8AEF
7#C1A7F3
8#D5C5F7
9#EAE2FB
Tones
Muted variations
1#451C96
2#472390
3#492A89
4#4C3182
5#4E377B
6#503E74
7#52456E
8#554C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D5C5F7;
--indigo-300: #B598F1;
--indigo-400: #8F62EA;
--indigo-500: #6F35E3;
--indigo-600: #541BC5;
--indigo-700: #43159D;
--indigo-800: #300F70;
--indigo-900: #1E0A48;
--indigo-950: #13062D;
}