Indigo
#310E71
PurpleColor Codes
All color formats for development
HEX
#310E71RGB
rgb(49, 14, 113)HSL
hsl(261, 78%, 25%)OKLCH
oklch(0.297 0.151 289.6)CMYK
cmyk(57%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0D66
2#270B5B
3#220A4F
4#1D0844
5#180739
6#14062D
7#0F0422
8#0A0317
9#05010B
Tints
Lighter variations
1#3F1294
2#4E16B6
3#5D1BD8
4#7133E6
5#8955EA
6#A177EE
7#B899F2
8#D0BBF7
9#E7DDFB
Tones
Muted variations
1#32136D
2#341868
3#351D63
4#37225E
5#382759
6#3A2C54
7#3B314F
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 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | 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: #D6C4F8;
--indigo-300: #B797F2;
--indigo-400: #9160EB;
--indigo-500: #7133E6;
--indigo-600: #5619C8;
--indigo-700: #44149F;
--indigo-800: #310E71;
--indigo-900: #1F0949;
--indigo-950: #14062D;
}