Indigo
#590CD4
PurpleColor Codes
All color formats for development
HEX
#590CD4RGB
rgb(89, 12, 212)HSL
hsl(263, 89%, 44%)OKLCH
oklch(0.448 0.252 287.2)CMYK
cmyk(58%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500BBF
2#470AAA
3#3E0994
4#35077F
5#2C066A
6#240555
7#1B0440
8#12022A
9#090115
Tints
Lighter variations
1#640EEF
2#7527F2
3#8642F4
4#985DF6
5#A978F7
6#BA93F9
7#CBAEFA
8#DDC9FC
9#EEE4FD
Tones
Muted variations
1#5B16CA
2#5E20C0
3#602AB6
4#6234AC
5#653EA2
6#674898
7#69528E
8#6C5C84
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FB;
--indigo-300: #B890F9;
--indigo-400: #9356F5;
--indigo-500: #7426F2;
--indigo-600: #590CD4;
--indigo-700: #470AA9;
--indigo-800: #330778;
--indigo-900: #20044D;
--indigo-950: #140330;
}