Indigo
#33027E
PurpleColor Codes
All color formats for development
HEX
#33027ERGB
rgb(51, 2, 126)HSL
hsl(264, 97%, 25%)OKLCH
oklch(0.305 0.173 288.1)CMYK
cmyk(60%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0271
2#290264
3#240158
4#1F014B
5#1A013F
6#150132
7#0F0126
8#0A0019
9#05000D
Tints
Lighter variations
1#4302A3
2#5203C9
3#6204EF
4#761DFC
5#8D43FC
6#A468FD
7#BA8EFD
8#D1B4FE
9#E8D9FE
Tones
Muted variations
1#350877
2#360E71
3#37146B
4#381B65
5#3A215F
6#3B2758
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 #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | 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: #D7BEFE;
--indigo-300: #B98BFD;
--indigo-400: #944FFC;
--indigo-500: #761DFC;
--indigo-600: #5A03DD;
--indigo-700: #4803B0;
--indigo-800: #33027E;
--indigo-900: #210150;
--indigo-950: #150132;
}