Indigo
#3C0778
PurpleColor Codes
All color formats for development
HEX
#3C0778RGB
rgb(60, 7, 120)HSL
hsl(268, 89%, 25%)OKLCH
oklch(0.313 0.164 295.4)CMYK
cmyk(50%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36066C
2#300660
3#2A0554
4#240448
5#1E043C
6#180330
7#120224
8#0C0118
9#06010C
Tints
Lighter variations
1#4E099D
2#600BC1
3#720DE5
4#8526F2
5#9A4AF4
6#AE6EF7
7#C293F9
8#D6B7FB
9#EBDBFD
Tones
Muted variations
1#3C0D73
2#3D126D
3#3D1867
4#3D1E62
5#3E235C
6#3E2956
7#3F2F51
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 | DCC0 #DCC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A056 #A056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8526 #8526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0C #6A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540A #540AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C07 #3C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DCC0FB;
--indigo-300: #C190F9;
--indigo-400: #A056F5;
--indigo-500: #8526F2;
--indigo-600: #6A0CD4;
--indigo-700: #540AA9;
--indigo-800: #3C0778;
--indigo-900: #26044D;
--indigo-950: #180330;
}