Indigo
#3B1070
PurpleColor Codes
All color formats for development
HEX
#3B1070RGB
rgb(59, 16, 112)HSL
hsl(267, 75%, 25%)OKLCH
oklch(0.31 0.148 296.7)CMYK
cmyk(47%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350E64
2#2F0D59
3#290B4E
4#230A43
5#1D0838
6#18062D
7#120521
8#0C0316
9#06020B
Tints
Lighter variations
1#4D1591
2#5E19B3
3#701ED4
4#8436E2
5#9858E7
6#AD79EC
7#C19BF1
8#D6BCF5
9#EADEFA
Tones
Muted variations
1#3B156B
2#3C1966
3#3C1E61
4#3D235C
5#3D2858
6#3E2D53
7#3E314E
8#3F3649
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DBC5F7;
--indigo-300: #C098F0;
--indigo-400: #9F63E9;
--indigo-500: #8436E2;
--indigo-600: #681CC4;
--indigo-700: #53169C;
--indigo-800: #3B1070;
--indigo-900: #260A47;
--indigo-950: #18062D;
}