Indigo
#42159E
PurpleColor Codes
All color formats for development
HEX
#42159ERGB
rgb(66, 21, 158)HSL
hsl(260, 77%, 35%)OKLCH
oklch(0.371 0.195 287.1)CMYK
cmyk(58%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C128E
2#35107E
3#2E0E6F
4#280C5F
5#210A4F
6#1B083F
7#14062F
8#0D0420
9#070210
Tints
Lighter variations
1#4F18BB
2#5B1CD9
3#6D32E4
4#824FE8
5#976CEC
6#AC8AF0
7#C1A7F4
8#D5C4F7
9#EAE2FB
Tones
Muted variations
1#451B97
2#472290
3#492989
4#4C3082
5#4E377C
6#503E75
7#52456E
8#554C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D5C4F7;
--indigo-300: #B597F2;
--indigo-400: #8F61EA;
--indigo-500: #6F34E5;
--indigo-600: #531AC7;
--indigo-700: #42159E;
--indigo-800: #2F0F71;
--indigo-900: #1E0948;
--indigo-950: #13062D;
}