Indigo
#311070
PurpleColor Codes
All color formats for development
HEX
#311070RGB
rgb(49, 16, 112)HSL
hsl(261, 75%, 25%)OKLCH
oklch(0.298 0.148 289.6)CMYK
cmyk(56%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0E64
2#280D59
3#230B4E
4#1E0A43
5#190838
6#14062D
7#0F0521
8#0A0316
9#05020B
Tints
Lighter variations
1#401591
2#4F19B3
3#5E1ED4
4#7236E2
5#8A58E7
6#A179EC
7#B99BF1
8#D0BCF5
9#E8DEFA
Tones
Muted variations
1#33156B
2#341966
3#361E61
4#37235C
5#392858
6#3A2D53
7#3B314E
8#3D3649
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | 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: #F6F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D6C5F7;
--indigo-300: #B798F0;
--indigo-400: #9263E9;
--indigo-500: #7236E2;
--indigo-600: #571CC4;
--indigo-700: #45169C;
--indigo-800: #311070;
--indigo-900: #200A47;
--indigo-950: #14062D;
}