Indigo
#32054D
PurpleColor Codes
All color formats for development
HEX
#32054DRGB
rgb(50, 5, 77)HSL
hsl(278, 88%, 16%)OKLCH
oklch(0.252 0.12 307.7)CMYK
cmyk(35%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0445
2#28043D
3#230336
4#1E032E
5#190226
6#14021F
7#0F0117
8#0A010F
9#050008
Tints
Lighter variations
1#4D0775
2#670A9D
3#820DC6
4#9C0FEE
5#AD36F2
6#BD5EF5
7#CE86F7
8#DEAEFA
9#EFD7FC
Tones
Muted variations
1#310849
2#300C46
3#301042
4#2F133E
5#2E173B
6#2D1A37
7#2C1E34
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DDFD;
--indigo-200: #E6C1FB;
--indigo-300: #D291F8;
--indigo-400: #BB57F4;
--indigo-500: #A727F1;
--indigo-600: #8B0DD3;
--indigo-700: #6E0BA8;
--indigo-800: #4F0878;
--indigo-900: #32054D;
--indigo-950: #1F0330;
}