Indigo
#33017E
PurpleColor Codes
All color formats for development
HEX
#33017ERGB
rgb(51, 1, 126)HSL
hsl(264, 98%, 25%)OKLCH
oklch(0.305 0.173 288.2)CMYK
cmyk(60%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0172
2#290165
3#240158
4#1F014C
5#1A013F
6#150132
7#0F0026
8#0A0019
9#05000D
Tints
Lighter variations
1#4302A4
2#5202CA
3#6102F0
4#761CFD
5#8D42FD
6#A468FD
7#BA8DFE
8#D1B3FE
9#E8D9FF
Tones
Muted variations
1#350878
2#360E72
3#37146B
4#381A65
5#3A215F
6#3B2759
7#3C2D52
8#3D334C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFE | BordersInactive statesPlaceholder text |
| 400 | 944E #944EFD | Disabled statesSecondary iconsMuted text |
| 500 | 761C #761CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A02 #5A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4802 #4802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3301 #33017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210151 | 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: #EADCFF;
--indigo-200: #D7BDFE;
--indigo-300: #B98BFE;
--indigo-400: #944EFD;
--indigo-500: #761CFD;
--indigo-600: #5A02DE;
--indigo-700: #4802B1;
--indigo-800: #33017E;
--indigo-900: #210151;
--indigo-950: #150132;
}