Indigo
#4418C9
PurpleColor Codes
All color formats for development
HEX
#4418C9RGB
rgb(68, 24, 201)HSL
hsl(255, 79%, 44%)OKLCH
oklch(0.423 0.238 280.3)CMYK
cmyk(66%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D15B5
2#3613A1
3#30108D
4#290E79
5#220C64
6#1B0950
7#14073C
8#0E0528
9#070214
Tints
Lighter variations
1#4D1BE2
2#6033E7
3#744CEA
4#8766ED
5#9B7FF0
6#AF99F3
7#C3B2F6
8#D7CCF9
9#EBE5FC
Tones
Muted variations
1#4820C0
2#4D29B7
3#5132AE
4#563BA5
5#5A449D
6#5E4D94
7#63568B
8#675E82
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD96 #AD96F3 | BordersInactive statesPlaceholder text |
| 400 | 825F #825FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5F32 #5F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4418 #4418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3613 #3613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270D #270D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D1C4F8;
--indigo-300: #AD96F3;
--indigo-400: #825FEC;
--indigo-500: #5F32E7;
--indigo-600: #4418C9;
--indigo-700: #3613A0;
--indigo-800: #270D72;
--indigo-900: #190949;
--indigo-950: #0F052E;
}