Indigo
#2E044E
PurpleColor Codes
All color formats for development
HEX
#2E044ERGB
rgb(46, 4, 78)HSL
hsl(274, 90%, 16%)OKLCH
oklch(0.246 0.121 303.7)CMYK
cmyk(41%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290446
2#25033E
3#200336
4#1B022F
5#170227
6#12021F
7#0E0117
8#090110
9#050008
Tints
Lighter variations
1#460676
2#5E089F
3#760BC8
4#8E0DF0
5#A134F4
6#B45CF6
7#C685F9
8#D9AEFB
9#ECD6FD
Tones
Muted variations
1#2D084A
2#2D0B46
3#2C0F43
4#2C133F
5#2B163B
6#2B1A37
7#2A1E34
8#2A2130
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B055 #B055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9A25 #9A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0B #7E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6409 #6409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #470679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C0FC;
--indigo-300: #CB90F9;
--indigo-400: #B055F6;
--indigo-500: #9A25F4;
--indigo-600: #7E0BD5;
--indigo-700: #6409AA;
--indigo-800: #470679;
--indigo-900: #2E044E;
--indigo-950: #1D0330;
}