Indigo
#4E09D7
PurpleColor Codes
All color formats for development
HEX
#4E09D7RGB
rgb(78, 9, 215)HSL
hsl(260, 92%, 44%)OKLCH
oklch(0.44 0.257 282.6)CMYK
cmyk(64%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4608C2
2#3E07AC
3#360697
4#2F0581
5#27046C
6#1F0456
7#170341
8#10022B
9#080116
Tints
Lighter variations
1#580AF3
2#6A24F6
3#7C3FF7
4#8F5AF8
5#A276F9
6#B491FA
7#C7ADFC
8#DAC8FD
9#ECE4FE
Tones
Muted variations
1#5113CD
2#551EC3
3#5828B8
4#5C32AE
5#5F3DA4
6#624799
7#66518F
8#695C85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFE;
--indigo-200: #D4BFFC;
--indigo-300: #B28EFA;
--indigo-400: #8A54F8;
--indigo-500: #6923F6;
--indigo-600: #4E09D7;
--indigo-700: #3E07AB;
--indigo-800: #2C057A;
--indigo-900: #1C034E;
--indigo-950: #120231;
}