Indigo
#3A116E
PurpleColor Codes
All color formats for development
HEX
#3A116ERGB
rgb(58, 17, 110)HSL
hsl(266, 73%, 25%)OKLCH
oklch(0.308 0.145 296.6)CMYK
cmyk(47%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340F63
2#2E0E58
3#280C4D
4#230A42
5#1D0937
6#17072C
7#110521
8#0C0316
9#06020B
Tints
Lighter variations
1#4B168F
2#5C1CB0
3#6D21D2
4#8138E0
5#965AE5
6#AB7BEA
7#C09CF0
8#D5BDF5
9#EADEFA
Tones
Muted variations
1#3A166A
2#3B1B65
3#3B1F60
4#3C245C
5#3D2857
6#3D2D52
7#3E324E
8#3F3649
9#3F3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF9A #BF9AEF | BordersInactive statesPlaceholder text |
| 400 | 9D65 #9D65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8138 #8138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651E #651EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5118 #51189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A11 #3A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 250B #250B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1707 #17072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EBE0FA;
--indigo-200: #DBC6F6;
--indigo-300: #BF9AEF;
--indigo-400: #9D65E7;
--indigo-500: #8138E0;
--indigo-600: #651EC2;
--indigo-700: #51189A;
--indigo-800: #3A116E;
--indigo-900: #250B47;
--indigo-950: #17072C;
}