Indigo
#5704DC
PurpleColor Codes
All color formats for development
HEX
#5704DCRGB
rgb(87, 4, 220)HSL
hsl(263, 96%, 44%)OKLCH
oklch(0.452 0.262 285.3)CMYK
cmyk(60%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E04C6
2#4604B0
3#3D039A
4#340384
5#2C026E
6#230258
7#1A0142
8#11012C
9#090016
Tints
Lighter variations
1#6205F8
2#731FFA
3#853BFB
4#9657FC
5#A873FC
6#B98FFD
7#CBABFD
8#DCC7FE
9#EEE3FE
Tones
Muted variations
1#5A0FD1
2#5C1AC6
3#5F25BC
4#6130B1
5#643AA6
6#66459B
7#695091
8#6B5B86
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78C #B78CFD | BordersInactive statesPlaceholder text |
| 400 | 9250 #9250FB | Disabled statesSecondary iconsMuted text |
| 500 | 731E #731EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5704 #5704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3103 #31037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BEFE;
--indigo-300: #B78CFD;
--indigo-400: #9250FB;
--indigo-500: #731EFA;
--indigo-600: #5704DC;
--indigo-700: #4504AF;
--indigo-800: #31037D;
--indigo-900: #200250;
--indigo-950: #140132;
}