Indigo
#40159D
PurpleColor Codes
All color formats for development
HEX
#40159DRGB
rgb(64, 21, 157)HSL
hsl(259, 76%, 35%)OKLCH
oklch(0.368 0.194 286.3)CMYK
cmyk(59%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A138D
2#34117E
3#2D0F6E
4#270D5E
5#200B4F
6#1A093F
7#13062F
8#0D041F
9#060210
Tints
Lighter variations
1#4C19BA
2#581DD7
3#6B33E3
4#8050E7
5#956DEB
6#AA8AEF
7#BFA7F3
8#D5C5F7
9#EAE2FB
Tones
Muted variations
1#431C96
2#452390
3#482A89
4#4A3182
5#4D377B
6#4F3E74
7#52456E
8#544C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B498 #B498F1 | BordersInactive statesPlaceholder text |
| 400 | 8D62 #8D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6C35 #6C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 511B #511BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4015 #40159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0F #2E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D0A #1D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E8E0FB;
--indigo-200: #D5C5F7;
--indigo-300: #B498F1;
--indigo-400: #8D62EA;
--indigo-500: #6C35E3;
--indigo-600: #511BC5;
--indigo-700: #40159D;
--indigo-800: #2E0F70;
--indigo-900: #1D0A48;
--indigo-950: #12062D;
}