Indigo
#38126E
PurpleColor Codes
All color formats for development
HEX
#38126ERGB
rgb(56, 18, 110)HSL
hsl(265, 72%, 25%)OKLCH
oklch(0.306 0.144 295)CMYK
cmyk(49%, 84%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#321063
2#2D0E58
3#270C4D
4#220B42
5#1C0937
6#16072C
7#110521
8#0B0416
9#06020B
Tints
Lighter variations
1#49178F
2#5A1DAF
3#6B22D0
4#7E3ADF
5#945BE4
6#A97BEA
7#BF9CEF
8#D4BDF4
9#EADEFA
Tones
Muted variations
1#391669
2#3A1B64
3#3A2060
4#3B245B
5#3C2957
6#3D2D52
7#3D324E
8#3E3749
9#3F3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC6 #DAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD9A #BD9AEF | BordersInactive statesPlaceholder text |
| 400 | 9B65 #9B65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 7E3A #7E3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 631F #631FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F19 #4F199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3812 #38126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 240B #240B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1607 #16072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EBE0FA;
--indigo-200: #DAC6F6;
--indigo-300: #BD9AEF;
--indigo-400: #9B65E6;
--indigo-500: #7E3ADF;
--indigo-600: #631FC1;
--indigo-700: #4F199A;
--indigo-800: #38126E;
--indigo-900: #240B46;
--indigo-950: #16072C;
}