Indigo
#30034E
PurpleColor Codes
All color formats for development
HEX
#30034ERGB
rgb(48, 3, 78)HSL
hsl(276, 93%, 16%)OKLCH
oklch(0.248 0.123 305.7)CMYK
cmyk(38%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0347
2#27023F
3#220237
4#1D022F
5#180127
6#13011F
7#0F0118
8#0A0110
9#050008
Tints
Lighter variations
1#4A0478
2#6306A1
3#7D07CB
4#9609F4
5#A830F8
6#B95AF9
7#CB83FB
8#DCACFC
9#EED6FE
Tones
Muted variations
1#30074B
2#2F0A47
3#2E0E43
4#2D1240
5#2D163C
6#2C1A38
7#2B1D34
8#2A2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFB | BordersInactive statesPlaceholder text |
| 400 | B653 #B653F9 | Disabled statesSecondary iconsMuted text |
| 500 | A222 #A222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8508 #8508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A06 #6A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F0DDFE;
--indigo-200: #E4BFFD;
--indigo-300: #CF8EFB;
--indigo-400: #B653F9;
--indigo-500: #A222F7;
--indigo-600: #8508D9;
--indigo-700: #6A06AC;
--indigo-800: #4C047B;
--indigo-900: #30034F;
--indigo-950: #1E0231;
}