Indigo
#2E054D
PurpleColor Codes
All color formats for development
HEX
#2E054DRGB
rgb(46, 5, 77)HSL
hsl(274, 88%, 16%)OKLCH
oklch(0.246 0.119 304.1)CMYK
cmyk(40%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290445
2#24043D
3#200336
4#1B032E
5#170226
6#12021F
7#0E0117
8#09010F
9#050008
Tints
Lighter variations
1#460775
2#5D0A9D
3#750DC6
4#8D0FEE
5#A036F2
6#B35EF5
7#C686F7
8#D9AEFA
9#ECD7FC
Tones
Muted variations
1#2D0849
2#2D0C46
3#2C1042
4#2C133E
5#2B173B
6#2B1A37
7#2A1E34
8#2A2230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C1FB;
--indigo-300: #CB91F8;
--indigo-400: #B057F4;
--indigo-500: #9A27F1;
--indigo-600: #7D0DD3;
--indigo-700: #640BA8;
--indigo-800: #470878;
--indigo-900: #2E054D;
--indigo-950: #1C0330;
}