Indigo
#4810A2
PurpleColor Codes
All color formats for development
HEX
#4810A2RGB
rgb(72, 16, 162)HSL
hsl(263, 82%, 35%)OKLCH
oklch(0.378 0.202 289.6)CMYK
cmyk(56%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410E92
2#3A0D82
3#330B72
4#2B0A61
5#240851
6#1D0641
7#160531
8#0E0320
9#070210
Tints
Lighter variations
1#5613C1
2#6316DF
3#752CEA
4#894AED
5#9C68F0
6#B086F3
7#C4A5F6
8#D8C3F9
9#EBE1FC
Tones
Muted variations
1#4A179B
2#4C1F94
3#4D268C
4#4F2D85
5#51357E
6#523C77
7#54436F
8#564B68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B994 #B994F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEF | Disabled statesSecondary iconsMuted text |
| 500 | 762E #762EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B14 #5B14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4810 #4810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340B #340B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADFFC;
--indigo-200: #D8C3F9;
--indigo-300: #B994F4;
--indigo-400: #955DEF;
--indigo-500: #762EEA;
--indigo-600: #5B14CC;
--indigo-700: #4810A2;
--indigo-800: #340B74;
--indigo-900: #21074A;
--indigo-950: #15052E;
}