Indigo
#6011D0
PurpleColor Codes
All color formats for development
HEX
#6011D0RGB
rgb(96, 17, 208)HSL
hsl(265, 85%, 44%)OKLCH
oklch(0.453 0.246 290.6)CMYK
cmyk(54%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570FBB
2#4D0DA6
3#430C91
4#3A0A7D
5#300868
6#270753
7#1D053E
8#13032A
9#0A0215
Tints
Lighter variations
1#6D13EA
2#7D2CEE
3#8D46F0
4#9D60F2
5#AD7BF4
6#BE95F6
7#CEB0F9
8#DECAFB
9#EFE5FD
Tones
Muted variations
1#621AC6
2#6324BC
3#652DB3
4#6737A9
5#6841A0
6#6A4A96
7#6B548D
8#6D5D83
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 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC92 #BC92F6 | BordersInactive statesPlaceholder text |
| 400 | 995A #995AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2B #7C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6011 #6011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0D #4D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2306 #23064B | 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: #D9C2FA;
--indigo-300: #BC92F6;
--indigo-400: #995AF2;
--indigo-500: #7C2BEE;
--indigo-600: #6011D0;
--indigo-700: #4D0DA5;
--indigo-800: #370A76;
--indigo-900: #23064B;
--indigo-950: #16042F;
}