Indigo
#4F10A2
PurpleColor Codes
All color formats for development
HEX
#4F10A2RGB
rgb(79, 16, 162)HSL
hsl(266, 82%, 35%)OKLCH
oklch(0.386 0.202 293.2)CMYK
cmyk(51%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480E92
2#400D82
3#380B72
4#300A61
5#280851
6#200641
7#180531
8#100320
9#080210
Tints
Lighter variations
1#5E13C1
2#6D16DF
3#7E2CEA
4#914AED
5#A368F0
6#B586F3
7#C8A5F6
8#DAC3F9
9#EDE1FC
Tones
Muted variations
1#50179B
2#511F94
3#52268C
4#532D85
5#54357E
6#553C77
7#56436F
8#574B68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F4 | BordersInactive statesPlaceholder text |
| 400 | 9C5D #9C5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 802E #802EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6414 #6414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F10 #4F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EBDFFC;
--indigo-200: #DAC3F9;
--indigo-300: #BE94F4;
--indigo-400: #9C5DEF;
--indigo-500: #802EEA;
--indigo-600: #6414CC;
--indigo-700: #4F10A2;
--indigo-800: #390B74;
--indigo-900: #24074A;
--indigo-950: #17052E;
}