Indigo
#590BD5
PurpleColor Codes
All color formats for development
HEX
#590BD5RGB
rgb(89, 11, 213)HSL
hsl(263, 90%, 44%)OKLCH
oklch(0.449 0.253 287.1)CMYK
cmyk(58%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500AC0
2#4709AB
3#3E0895
4#350780
5#2C066B
6#230455
7#1B0340
8#12022B
9#090115
Tints
Lighter variations
1#640DF0
2#7526F4
3#8641F5
4#975CF6
5#A977F8
6#BA92F9
7#CBAEFB
8#DCC9FC
9#EEE4FE
Tones
Muted variations
1#5B15CB
2#5D1FC1
3#602AB7
4#6234AD
5#643EA3
6#674899
7#69528E
8#6B5C84
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | 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: #F6F0FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FC;
--indigo-300: #B890F9;
--indigo-400: #9355F6;
--indigo-500: #7425F4;
--indigo-600: #590BD5;
--indigo-700: #4709AA;
--indigo-800: #320679;
--indigo-900: #20044E;
--indigo-950: #140330;
}