Indigo
#5712CE
PurpleColor Codes
All color formats for development
HEX
#5712CERGB
rgb(87, 18, 206)HSL
hsl(262, 84%, 44%)OKLCH
oklch(0.442 0.244 287.3)CMYK
cmyk(58%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E10BA
2#460EA5
3#3D0D91
4#340B7C
5#2C0967
6#230753
7#1A053E
8#110429
9#090215
Tints
Lighter variations
1#6214E9
2#732DED
3#8547EF
4#9661F1
5#A87CF4
6#B996F6
7#CBB0F8
8#DCCAFA
9#EEE5FD
Tones
Muted variations
1#5A1BC5
2#5C25BC
3#5F2EB2
4#6138A9
5#64419F
6#664B96
7#69548C
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 | B793 #B793F6 | BordersInactive statesPlaceholder text |
| 400 | 925B #925BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 732C #732CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5712 #5712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450E #450EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | 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: #B793F6;
--indigo-400: #925BF1;
--indigo-500: #732CED;
--indigo-600: #5712CE;
--indigo-700: #450EA4;
--indigo-800: #310A75;
--indigo-900: #20074B;
--indigo-950: #14042F;
}