Indigo
#38027E
PurpleColor Codes
All color formats for development
HEX
#38027ERGB
rgb(56, 2, 126)HSL
hsl(266, 97%, 25%)OKLCH
oklch(0.311 0.173 291.3)CMYK
cmyk(56%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320271
2#2C0264
3#270158
4#21014B
5#1C013F
6#160132
7#110126
8#0B0019
9#06000D
Tints
Lighter variations
1#4802A3
2#5903C9
3#6904EF
4#7D1DFC
5#9343FC
6#A968FD
7#BE8EFD
8#D4B4FE
9#E9D9FE
Tones
Muted variations
1#380877
2#390E71
3#3A146B
4#3B1B65
5#3C215F
6#3C2758
7#3D2D52
8#3E334C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABE #DABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8B #BD8BFD | BordersInactive statesPlaceholder text |
| 400 | 9A4F #9A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7D1D #7D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6203 #6203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E03 #4E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3802 #38027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2401 #240150 | Primary textHigh emphasis contentDark headings |
| 950 | 1601 #160132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABEFE;
--indigo-300: #BD8BFD;
--indigo-400: #9A4FFC;
--indigo-500: #7D1DFC;
--indigo-600: #6203DD;
--indigo-700: #4E03B0;
--indigo-800: #38027E;
--indigo-900: #240150;
--indigo-950: #160132;
}