Indigo
#38067A
PurpleColor Codes
All color formats for development
HEX
#38067ARGB
rgb(56, 6, 122)HSL
hsl(266, 91%, 25%)OKLCH
oklch(0.309 0.166 292.2)CMYK
cmyk(54%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32056E
2#2D0561
3#270455
4#220349
5#1C033D
6#160231
7#110225
8#0B0118
9#06010C
Tints
Lighter variations
1#49079E
2#5A09C3
3#6A0BE7
4#7E24F5
5#9448F6
6#A96DF8
7#BF91FA
8#D4B6FC
9#EADAFD
Tones
Muted variations
1#390C74
2#3A116E
3#3A1768
4#3B1D63
5#3C235D
6#3D2957
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 #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8F #BD8FFA | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7E24 #7E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630A #630AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E08 #4E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #38067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | 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: #EBDDFD;
--indigo-200: #DAC0FC;
--indigo-300: #BD8FFA;
--indigo-400: #9B55F7;
--indigo-500: #7E24F5;
--indigo-600: #630AD6;
--indigo-700: #4E08AA;
--indigo-800: #38067A;
--indigo-900: #24044E;
--indigo-950: #160231;
}