Indigo
#420A75
PurpleColor Codes
All color formats for development
HEX
#420A75RGB
rgb(66, 10, 117)HSL
hsl(271, 84%, 25%)OKLCH
oklch(0.319 0.159 300.2)CMYK
cmyk(44%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B096A
2#34085E
3#2E0752
4#270646
5#21053B
6#1A042F
7#140323
8#0D0217
9#07010C
Tints
Lighter variations
1#550D98
2#6910BC
3#7D13DF
4#8F2CED
5#A24FF0
6#B572F3
7#C795F6
8#DAB9F9
9#ECDCFC
Tones
Muted variations
1#411070
2#41156B
3#411A65
4#412060
5#41255B
6#402A55
7#403050
8#40354A
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C693 #C693F6 | BordersInactive statesPlaceholder text |
| 400 | A85B #A85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2C #8F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7312 #7312CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0E #5C0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFC;
--indigo-200: #DFC2FA;
--indigo-300: #C693F6;
--indigo-400: #A85BF1;
--indigo-500: #8F2CED;
--indigo-600: #7312CE;
--indigo-700: #5C0EA4;
--indigo-800: #420A75;
--indigo-900: #2A074B;
--indigo-950: #1A042F;
}