Indigo
#30054D
PurpleColor Codes
All color formats for development
HEX
#30054DRGB
rgb(48, 5, 77)HSL
hsl(276, 88%, 16%)OKLCH
oklch(0.249 0.119 305.9)CMYK
cmyk(38%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0445
2#26043D
3#220336
4#1D032E
5#180226
6#13021F
7#0E0117
8#0A010F
9#050008
Tints
Lighter variations
1#490775
2#620A9D
3#7C0DC6
4#950FEE
5#A736F2
6#B85EF5
7#CA86F7
8#DCAEFA
9#EDD7FC
Tones
Muted variations
1#2F0849
2#2F0C46
3#2E1042
4#2D133E
5#2C173B
6#2C1A37
7#2B1E34
8#2A2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F0DDFD;
--indigo-200: #E4C1FB;
--indigo-300: #CF91F8;
--indigo-400: #B557F4;
--indigo-500: #A027F1;
--indigo-600: #840DD3;
--indigo-700: #690BA8;
--indigo-800: #4B0878;
--indigo-900: #30054D;
--indigo-950: #1E0330;
}