Indigo
#501070
PurpleColor Codes
All color formats for development
HEX
#501070RGB
rgb(80, 16, 112)HSL
hsl(280, 75%, 25%)OKLCH
oklch(0.339 0.153 310.6)CMYK
cmyk(29%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480E64
2#400D59
3#380B4E
4#300A43
5#280838
6#20062D
7#180521
8#100316
9#08020B
Tints
Lighter variations
1#681591
2#8019B3
3#971ED4
4#A936E2
5#B758E7
6#C679EC
7#D49BF1
8#E2BCF5
9#F1DEFA
Tones
Muted variations
1#4E156B
2#4D1966
3#4B1E61
4#49235C
5#482858
6#462D53
7#45314E
8#433649
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F0 | BordersInactive statesPlaceholder text |
| 400 | BC63 #BC63E9 | Disabled statesSecondary iconsMuted text |
| 500 | A936 #A936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1C #8C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7016 #70169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5010 #501070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F2FD;
--indigo-100: #F2E0FB;
--indigo-200: #E6C5F7;
--indigo-300: #D398F0;
--indigo-400: #BC63E9;
--indigo-500: #A936E2;
--indigo-600: #8C1CC4;
--indigo-700: #70169C;
--indigo-800: #501070;
--indigo-900: #330A47;
--indigo-950: #20062D;
}