Indigo
#2D034E
PurpleColor Codes
All color formats for development
HEX
#2D034ERGB
rgb(45, 3, 78)HSL
hsl(274, 93%, 16%)OKLCH
oklch(0.244 0.122 303)CMYK
cmyk(42%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290347
2#25023F
3#200237
4#1C022F
5#170127
6#12011F
7#0E0118
8#090110
9#050008
Tints
Lighter variations
1#460478
2#5E06A1
3#7607CB
4#8E09F4
5#A130F8
6#B45AF9
7#C783FB
8#D9ACFC
9#ECD6FE
Tones
Muted variations
1#2D074B
2#2D0A47
3#2C0E43
4#2C1240
5#2B163C
6#2B1A38
7#2A1D34
8#2A2130
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFB | BordersInactive statesPlaceholder text |
| 400 | B153 #B153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9A22 #9A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E08 #7E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6406 #6406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E2BFFD;
--indigo-300: #CC8EFB;
--indigo-400: #B153F9;
--indigo-500: #9A22F7;
--indigo-600: #7E08D9;
--indigo-700: #6406AC;
--indigo-800: #48047B;
--indigo-900: #2E034F;
--indigo-950: #1D0231;
}