Indigo
#5713CD
PurpleColor Codes
All color formats for development
HEX
#5713CDRGB
rgb(87, 19, 205)HSL
hsl(262, 83%, 44%)OKLCH
oklch(0.441 0.242 287.4)CMYK
cmyk(58%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F11B9
2#460FA4
3#3D0D90
4#340B7B
5#2C0A67
6#230852
7#1A063E
8#110429
9#090215
Tints
Lighter variations
1#6216E7
2#732EEC
3#8548EE
4#9662F0
5#A87CF3
6#B996F5
7#CBB1F8
8#DCCBFA
9#EEE5FD
Tones
Muted variations
1#5A1CC4
2#5C26BB
3#5F2FB1
4#6138A8
5#64429F
6#664B95
7#69548C
8#6B5E83
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 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | 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: #D7C2F9;
--indigo-300: #B794F5;
--indigo-400: #925CF0;
--indigo-500: #732DEB;
--indigo-600: #5713CD;
--indigo-700: #450FA3;
--indigo-800: #320B75;
--indigo-900: #20074B;
--indigo-950: #14042F;
}