Indigo
#4D18C9
PurpleColor Codes
All color formats for development
HEX
#4D18C9RGB
rgb(77, 24, 201)HSL
hsl(258, 79%, 44%)OKLCH
oklch(0.43 0.237 283.8)CMYK
cmyk(62%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4515B5
2#3D13A1
3#36108D
4#2E0E79
5#260C64
6#1F0950
7#17073C
8#0F0528
9#080214
Tints
Lighter variations
1#571BE2
2#6933E7
3#7B4CEA
4#8E66ED
5#A17FF0
6#B499F3
7#C7B2F6
8#D9CCF9
9#ECE5FC
Tones
Muted variations
1#5020C0
2#5429B7
3#5732AE
4#5B3BA5
5#5E449D
6#624D94
7#66568B
8#695E82
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B296 #B296F3 | BordersInactive statesPlaceholder text |
| 400 | 8A5F #8A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6832 #6832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D18 #4D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D13 #3D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0D #2C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D3C4F8;
--indigo-300: #B296F3;
--indigo-400: #8A5FEC;
--indigo-500: #6832E7;
--indigo-600: #4D18C9;
--indigo-700: #3D13A0;
--indigo-800: #2C0D72;
--indigo-900: #1C0949;
--indigo-950: #11052E;
}