Indigo
#52027E
PurpleColor Codes
All color formats for development
HEX
#52027ERGB
rgb(82, 2, 126)HSL
hsl(279, 97%, 25%)OKLCH
oklch(0.346 0.176 307)CMYK
cmyk(35%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0271
2#420264
3#3A0158
4#31014B
5#29013F
6#210132
7#190126
8#100019
9#08000D
Tints
Lighter variations
1#6B02A3
2#8403C9
3#9C04EF
4#AE1DFC
5#BB43FC
6#C968FD
7#D68EFD
8#E4B4FE
9#F1D9FE
Tones
Muted variations
1#500877
2#4F0E71
3#4D146B
4#4B1B65
5#49215F
6#472758
7#452D52
8#43334C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58B #D58BFD | BordersInactive statesPlaceholder text |
| 400 | C04F #C04FFC | Disabled statesSecondary iconsMuted text |
| 500 | AE1D #AE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9103 #9103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7303 #7303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5202 #52027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350150 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E7BEFE;
--indigo-300: #D58BFD;
--indigo-400: #C04FFC;
--indigo-500: #AE1DFC;
--indigo-600: #9103DD;
--indigo-700: #7303B0;
--indigo-800: #52027E;
--indigo-900: #350150;
--indigo-950: #210132;
}