Indigo
#510778
PurpleColor Codes
All color formats for development
HEX
#510778RGB
rgb(81, 7, 120)HSL
hsl(279, 89%, 25%)OKLCH
oklch(0.342 0.167 308.5)CMYK
cmyk(33%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49066C
2#410660
3#390554
4#300448
5#28043C
6#200330
7#180224
8#100118
9#08010C
Tints
Lighter variations
1#69099D
2#810BC1
3#990DE5
4#AB26F2
5#B94AF4
6#C76EF7
7#D593F9
8#E3B7FB
9#F1DBFD
Tones
Muted variations
1#4F0D73
2#4D126D
3#4C1867
4#4A1E62
5#48235C
6#472956
7#452F51
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 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE56 #BE56F5 | Disabled statesSecondary iconsMuted text |
| 500 | AB26 #AB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0C #8E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710A #710AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5107 #510778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044D | 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: #F2DDFD;
--indigo-200: #E7C0FB;
--indigo-300: #D490F9;
--indigo-400: #BE56F5;
--indigo-500: #AB26F2;
--indigo-600: #8E0CD4;
--indigo-700: #710AA9;
--indigo-800: #510778;
--indigo-900: #34044D;
--indigo-950: #200330;
}