Indigo
#42149F
PurpleColor Codes
All color formats for development
HEX
#42149FRGB
rgb(66, 20, 159)HSL
hsl(260, 78%, 35%)OKLCH
oklch(0.371 0.196 287)CMYK
cmyk(58%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B128F
2#35107F
3#2E0E6F
4#280C5F
5#210A4F
6#1A0840
7#140630
8#0D0420
9#070210
Tints
Lighter variations
1#4E17BC
2#5B1BDA
3#6D30E5
4#824EE9
5#976BED
6#AB89F0
7#C0A6F4
8#D5C4F8
9#EAE1FB
Tones
Muted variations
1#441B98
2#472291
3#49298A
4#4B2F83
5#4E367C
6#503D75
7#52446E
8#554B67
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 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F60 #8F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6E33 #6E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5319 #5319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4214 #42149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0E #2F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | 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: #D5C4F8;
--indigo-300: #B597F2;
--indigo-400: #8F60EB;
--indigo-500: #6E33E6;
--indigo-600: #5319C8;
--indigo-700: #42149F;
--indigo-800: #2F0E71;
--indigo-900: #1E0949;
--indigo-950: #13062D;
}