Indigo
#6113CD
PurpleColor Codes
All color formats for development
HEX
#6113CDRGB
rgb(97, 19, 205)HSL
hsl(265, 83%, 44%)OKLCH
oklch(0.452 0.242 291.5)CMYK
cmyk(53%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5711B9
2#4D0FA4
3#440D90
4#3A0B7B
5#300A67
6#270852
7#1D063E
8#130429
9#0A0215
Tints
Lighter variations
1#6D16E7
2#7D2EEC
3#8D48EE
4#9D62F0
5#AE7CF3
6#BE96F5
7#CEB1F8
8#DECBFA
9#EFE5FD
Tones
Muted variations
1#621CC4
2#6426BB
3#652FB1
4#6738A8
5#68429F
6#6A4B95
7#6C548C
8#6D5E83
9#6F677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F5 | BordersInactive statesPlaceholder text |
| 400 | 995C #995CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2D #7C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6113 #6113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0F #4D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDEFC;
--indigo-200: #D9C2F9;
--indigo-300: #BC94F5;
--indigo-400: #995CF0;
--indigo-500: #7C2DEB;
--indigo-600: #6113CD;
--indigo-700: #4D0FA3;
--indigo-800: #370B75;
--indigo-900: #23074B;
--indigo-950: #16042F;
}