Indigo
#590FD2
PurpleColor Codes
All color formats for development
HEX
#590FD2RGB
rgb(89, 15, 210)HSL
hsl(263, 87%, 44%)OKLCH
oklch(0.447 0.249 287.5)CMYK
cmyk(58%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500DBD
2#480CA8
3#3F0A93
4#36097E
5#2D0769
6#240654
7#1B043F
8#12032A
9#090115
Tints
Lighter variations
1#6510ED
2#7629F0
3#8744F2
4#985FF4
5#A979F6
6#BA94F8
7#CBAFF9
8#DDCAFB
9#EEE4FD
Tones
Muted variations
1#5C18C8
2#5E22BE
3#602CB5
4#6336AB
5#653FA1
6#674997
7#69538D
8#6C5D84
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F7 | BordersInactive statesPlaceholder text |
| 400 | 9458 #9458F3 | Disabled statesSecondary iconsMuted text |
| 500 | 7528 #7528F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590F #590FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2105 #21054C | 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: #EADEFD;
--indigo-200: #D7C1FB;
--indigo-300: #B891F7;
--indigo-400: #9458F3;
--indigo-500: #7528F0;
--indigo-600: #590FD2;
--indigo-700: #470CA7;
--indigo-800: #330877;
--indigo-900: #21054C;
--indigo-950: #140330;
}