Indigo
#35027E
PurpleColor Codes
All color formats for development
HEX
#35027ERGB
rgb(53, 2, 126)HSL
hsl(265, 97%, 25%)OKLCH
oklch(0.308 0.173 289.4)CMYK
cmyk(58%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300271
2#2B0264
3#250158
4#20014B
5#1B013F
6#150132
7#100126
8#0B0019
9#05000D
Tints
Lighter variations
1#4502A3
2#5603C9
3#6604EF
4#7A1DFC
5#9043FC
6#A668FD
7#BC8EFD
8#D3B4FE
9#E9D9FE
Tones
Muted variations
1#360877
2#380E71
3#39146B
4#3A1B65
5#3B215F
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 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BEFE;
--indigo-300: #BB8BFD;
--indigo-400: #974FFC;
--indigo-500: #7A1DFC;
--indigo-600: #5E03DD;
--indigo-700: #4B03B0;
--indigo-800: #35027E;
--indigo-900: #220150;
--indigo-950: #150132;
}