Indigo
#3A0778
PurpleColor Codes
All color formats for development
HEX
#3A0778RGB
rgb(58, 7, 120)HSL
hsl(267, 89%, 25%)OKLCH
oklch(0.31 0.163 294.1)CMYK
cmyk(52%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34066C
2#2E0660
3#290554
4#230448
5#1D043C
6#170330
7#110224
8#0C0118
9#06010C
Tints
Lighter variations
1#4B099D
2#5D0BC1
3#6E0DE5
4#8226F2
5#974AF4
6#AC6EF7
7#C193F9
8#D5B7FB
9#EADBFD
Tones
Muted variations
1#3B0D73
2#3B126D
3#3C1867
4#3C1E62
5#3D235C
6#3D2956
7#3E2F51
8#3F344B
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FB;
--indigo-300: #BF90F9;
--indigo-400: #9E56F5;
--indigo-500: #8226F2;
--indigo-600: #660CD4;
--indigo-700: #510AA9;
--indigo-800: #3A0778;
--indigo-900: #25044D;
--indigo-950: #170330;
}