Indigo
#330778
PurpleColor Codes
All color formats for development
HEX
#330778RGB
rgb(51, 7, 120)HSL
hsl(263, 89%, 25%)OKLCH
oklch(0.302 0.163 289.5)CMYK
cmyk(58%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D066C
2#280660
3#230554
4#1E0448
5#19043C
6#140330
7#0F0224
8#0A0118
9#05010C
Tints
Lighter variations
1#42099D
2#510BC1
3#600DE5
4#7426F2
5#8C4AF4
6#A36EF7
7#BA93F9
8#D1B7FB
9#E8DBFD
Tones
Muted variations
1#340D73
2#35126D
3#361867
4#381E62
5#39235C
6#3A2956
7#3C2F51
8#3D344B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FB;
--indigo-300: #B890F9;
--indigo-400: #9356F5;
--indigo-500: #7426F2;
--indigo-600: #590CD4;
--indigo-700: #470AA9;
--indigo-800: #330778;
--indigo-900: #20044D;
--indigo-950: #140330;
}