Indigo
#590DD3
PurpleColor Codes
All color formats for development
HEX
#590DD3RGB
rgb(89, 13, 211)HSL
hsl(263, 88%, 44%)OKLCH
oklch(0.447 0.25 287.4)CMYK
cmyk(58%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500CBE
2#470BA9
3#3E0994
4#35087F
5#2D0769
6#240554
7#1B043F
8#12032A
9#090115
Tints
Lighter variations
1#650FEE
2#7528F1
3#8743F3
4#985EF5
5#A979F6
6#BA94F8
7#CBAEFA
8#DDC9FC
9#EEE4FD
Tones
Muted variations
1#5B17C9
2#5E21BF
3#602BB5
4#6235AB
5#653FA2
6#674998
7#69538E
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 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | 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: #D7C1FB;
--indigo-300: #B891F8;
--indigo-400: #9357F4;
--indigo-500: #7527F1;
--indigo-600: #590DD3;
--indigo-700: #470BA8;
--indigo-800: #330878;
--indigo-900: #20054D;
--indigo-950: #140330;
}