Indigo
#5A047C
PurpleColor Codes
All color formats for development
HEX
#5A047CRGB
rgb(90, 4, 124)HSL
hsl(283, 94%, 25%)OKLCH
oklch(0.358 0.175 312.1)CMYK
cmyk(27%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51036F
2#480363
3#3F0357
4#36024A
5#2D023E
6#240231
7#1B0125
8#120119
9#09000C
Tints
Lighter variations
1#7505A1
2#9006C6
3#AA07EB
4#BB20F8
5#C645F9
6#D26BFA
7#DD90FC
8#E8B5FD
9#F4DAFE
Tones
Muted variations
1#570A76
2#551070
3#52166A
4#4F1C64
5#4D225E
6#4A2858
7#482E52
8#45344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DCFE;
--indigo-200: #EBBFFD;
--indigo-300: #DC8DFB;
--indigo-400: #CA52FA;
--indigo-500: #BB20F8;
--indigo-600: #9E07DA;
--indigo-700: #7E05AD;
--indigo-800: #5A047C;
--indigo-900: #39024F;
--indigo-950: #240231;
}