Indigo
#38057A
PurpleColor Codes
All color formats for development
HEX
#38057ARGB
rgb(56, 5, 122)HSL
hsl(266, 92%, 25%)OKLCH
oklch(0.309 0.167 292.3)CMYK
cmyk(54%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32056E
2#2D0462
3#270456
4#220349
5#1C033D
6#160231
7#110225
8#0B0118
9#06010C
Tints
Lighter variations
1#49079F
2#5908C4
3#6A0AE9
4#7E23F6
5#9447F7
6#A96CF9
7#BF91FA
8#D4B6FC
9#EADAFD
Tones
Muted variations
1#390B75
2#39116F
3#3A1769
4#3B1D63
5#3C225D
6#3D2857
7#3D2E51
8#3E344B
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFA | BordersInactive statesPlaceholder text |
| 400 | 9B54 #9B54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7E23 #7E23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6209 #6209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E07 #4E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3805 #38057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EBDDFE;
--indigo-200: #DABFFC;
--indigo-300: #BD8EFA;
--indigo-400: #9B54F8;
--indigo-500: #7E23F6;
--indigo-600: #6209D7;
--indigo-700: #4E07AB;
--indigo-800: #38057A;
--indigo-900: #24034E;
--indigo-950: #160231;
}