Indigo
#40149F
PurpleColor Codes
All color formats for development
HEX
#40149FRGB
rgb(64, 20, 159)HSL
hsl(259, 78%, 35%)OKLCH
oklch(0.369 0.197 286)CMYK
cmyk(60%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39128F
2#33107F
3#2D0E6F
4#260C5F
5#200A4F
6#190840
7#130630
8#0D0420
9#060210
Tints
Lighter variations
1#4C17BC
2#571BDA
3#6A30E5
4#7F4EE9
5#946BED
6#AA89F0
7#BFA6F4
8#D4C4F8
9#EAE1FB
Tones
Muted variations
1#421B98
2#452291
3#47298A
4#4A2F83
5#4C367C
6#4F3D75
7#52446E
8#544B67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | 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: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F8;
--indigo-300: #B497F2;
--indigo-400: #8C60EB;
--indigo-500: #6B33E6;
--indigo-600: #5019C8;
--indigo-700: #40149F;
--indigo-800: #2E0E71;
--indigo-900: #1D0949;
--indigo-950: #12062D;
}