Indigo
#52047B
PurpleColor Codes
All color formats for development
HEX
#52047BRGB
rgb(82, 4, 123)HSL
hsl(279, 94%, 25%)OKLCH
oklch(0.344 0.172 308.1)CMYK
cmyk(33%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A036F
2#410363
3#390357
4#31024A
5#29023E
6#210231
7#190125
8#100119
9#08000C
Tints
Lighter variations
1#6A05A1
2#8306C6
3#9B07EB
4#AD20F8
5#BA45F9
6#C86BFA
7#D690FC
8#E4B5FD
9#F1DAFE
Tones
Muted variations
1#500A76
2#4E1070
3#4C166A
4#4B1C64
5#49225E
6#472858
7#452E52
8#43344C
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 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFB | BordersInactive statesPlaceholder text |
| 400 | BF52 #BF52FA | Disabled statesSecondary iconsMuted text |
| 500 | AD20 #AD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9007 #9007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7205 #7205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #34024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E7BFFD;
--indigo-300: #D58DFB;
--indigo-400: #BF52FA;
--indigo-500: #AD20F8;
--indigo-600: #9007DA;
--indigo-700: #7205AD;
--indigo-800: #52047C;
--indigo-900: #34024F;
--indigo-950: #210231;
}