Indigo
#4A10D1
PurpleColor Codes
All color formats for development
HEX
#4A10D1RGB
rgb(74, 16, 209)HSL
hsl(258, 86%, 44%)OKLCH
oklch(0.432 0.249 281.8)CMYK
cmyk(65%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420EBC
2#3B0DA7
3#340B92
4#2C097D
5#250868
6#1D0653
7#16053F
8#0F032A
9#070215
Tints
Lighter variations
1#5312EB
2#652BEF
3#7945F1
4#8C60F3
5#9F7AF5
6#B295F7
7#C5AFF9
8#D9CAFB
9#ECE4FD
Tones
Muted variations
1#4D19C7
2#5123BD
3#552DB4
4#5936AA
5#5D40A0
6#614A97
7#65538D
8#685D83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F7 | BordersInactive statesPlaceholder text |
| 400 | 8759 #8759F3 | Disabled statesSecondary iconsMuted text |
| 500 | 652A #652AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A10 #4A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0C #3B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A09 #2A0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064C | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFD;
--indigo-200: #D2C1FA;
--indigo-300: #B092F7;
--indigo-400: #8759F3;
--indigo-500: #652AEF;
--indigo-600: #4A10D1;
--indigo-700: #3B0CA6;
--indigo-800: #2A0977;
--indigo-900: #1B064C;
--indigo-950: #11042F;
}