Indigo
#5A0878
PurpleColor Codes
All color formats for development
HEX
#5A0878RGB
rgb(90, 8, 120)HSL
hsl(284, 88%, 25%)OKLCH
oklch(0.356 0.169 313.6)CMYK
cmyk(25%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51076C
2#480660
3#3F0554
4#360548
5#2D043C
6#240330
7#1B0224
8#120218
9#09010C
Tints
Lighter variations
1#750A9C
2#900CC0
3#AB0FE4
4#BB27F1
5#C74BF4
6#D26FF6
7#DD93F8
8#E8B7FA
9#F4DBFD
Tones
Muted variations
1#570D72
2#55136D
3#521867
4#4F1E61
5#4D245C
6#4A2956
7#482F51
8#45354B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DDFD;
--indigo-200: #EBC1FB;
--indigo-300: #DC91F8;
--indigo-400: #CA57F4;
--indigo-500: #BB27F1;
--indigo-600: #9E0DD3;
--indigo-700: #7E0BA8;
--indigo-800: #5A0878;
--indigo-900: #3A054D;
--indigo-950: #240330;
}