Indigo
#4709AA
PurpleColor Codes
All color formats for development
HEX
#4709AARGB
rgb(71, 9, 170)HSL
hsl(263, 90%, 35%)OKLCH
oklch(0.382 0.213 287.7)CMYK
cmyk(58%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0899
2#380788
3#310677
4#2A0566
5#230455
6#1C0444
7#150333
8#0E0222
9#070111
Tints
Lighter variations
1#540BC9
2#610CE9
3#7323F3
4#8742F5
5#9B62F7
6#AF81F8
7#C3A1FA
8#D7C0FC
9#EBE0FD
Tones
Muted variations
1#4811A2
2#4A199A
3#4C2191
4#4E2989
5#503181
6#523979
7#544171
8#564969
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FC;
--indigo-300: #B890F9;
--indigo-400: #9355F6;
--indigo-500: #7425F4;
--indigo-600: #590BD5;
--indigo-700: #4709AA;
--indigo-800: #320679;
--indigo-900: #20044E;
--indigo-950: #140330;
}