Indigo
#320E71
PurpleColor Codes
All color formats for development
HEX
#320E71RGB
rgb(50, 14, 113)HSL
hsl(262, 78%, 25%)OKLCH
oklch(0.298 0.151 290.3)CMYK
cmyk(56%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0D66
2#280B5B
3#230A4F
4#1E0844
5#190739
6#14062D
7#0F0422
8#0A0317
9#05010B
Tints
Lighter variations
1#421294
2#5116B6
3#601BD8
4#7433E6
5#8B55EA
6#A377EE
7#BA99F2
8#D1BBF7
9#E8DDFB
Tones
Muted variations
1#34136D
2#351868
3#361D63
4#38225E
5#392759
6#3A2C54
7#3C314F
8#3D364A
9#3E3B45
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 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D7C4F8;
--indigo-300: #B897F2;
--indigo-400: #9360EB;
--indigo-500: #7433E6;
--indigo-600: #5919C8;
--indigo-700: #47149F;
--indigo-800: #320E71;
--indigo-900: #200949;
--indigo-950: #14062D;
}