Indigo
#5711D0
PurpleColor Codes
All color formats for development
HEX
#5711D0RGB
rgb(87, 17, 208)HSL
hsl(262, 85%, 44%)OKLCH
oklch(0.444 0.246 287)CMYK
cmyk(58%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0FBB
2#450DA6
3#3D0C91
4#340A7D
5#2B0868
6#230753
7#1A053E
8#11032A
9#090215
Tints
Lighter variations
1#6213EA
2#732CEE
3#8446F0
4#9660F2
5#A77BF4
6#B995F6
7#CAB0F9
8#DCCAFB
9#EDE5FD
Tones
Muted variations
1#591AC6
2#5C24BC
3#5E2DB3
4#6137A9
5#6341A0
6#664A96
7#69548D
8#6B5D83
9#6E677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B792 #B792F6 | BordersInactive statesPlaceholder text |
| 400 | 925A #925AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 722B #722BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5711 #5711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450D #450DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2006 #20064B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D6C2FA;
--indigo-300: #B792F6;
--indigo-400: #925AF2;
--indigo-500: #722BEE;
--indigo-600: #5711D0;
--indigo-700: #450DA5;
--indigo-800: #310A76;
--indigo-900: #20064B;
--indigo-950: #14042F;
}