Indigo
#4F0778
PurpleColor Codes
All color formats for development
HEX
#4F0778RGB
rgb(79, 7, 120)HSL
hsl(278, 89%, 25%)OKLCH
oklch(0.339 0.167 307.3)CMYK
cmyk(34%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47066C
2#3F0660
3#370554
4#2F0448
5#27043C
6#200330
7#180224
8#100118
9#08010C
Tints
Lighter variations
1#67099D
2#7E0BC1
3#960DE5
4#A726F2
5#B64AF4
6#C56EF7
7#D393F9
8#E2B7FB
9#F0DBFD
Tones
Muted variations
1#4D0D73
2#4C126D
3#4A1867
4#491E62
5#47235C
6#462956
7#442F51
8#43344B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB56 #BB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | A726 #A726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0C #8B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0A #6E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F07 #4F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3204 #32044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DDFD;
--indigo-200: #E6C0FB;
--indigo-300: #D290F9;
--indigo-400: #BB56F5;
--indigo-500: #A726F2;
--indigo-600: #8B0CD4;
--indigo-700: #6E0AA9;
--indigo-800: #4F0778;
--indigo-900: #32044D;
--indigo-950: #200330;
}