Indigo
#4310A2
PurpleColor Codes
All color formats for development
HEX
#4310A2RGB
rgb(67, 16, 162)HSL
hsl(261, 82%, 35%)OKLCH
oklch(0.372 0.202 287.1)CMYK
cmyk(59%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0E92
2#360D82
3#2F0B72
4#280A61
5#220851
6#1B0641
7#140531
8#0D0320
9#070210
Tints
Lighter variations
1#5013C1
2#5C16DF
3#6E2CEA
4#834AED
5#9868F0
6#AC86F3
7#C1A5F6
8#D6C3F9
9#EAE1FC
Tones
Muted variations
1#45179B
2#481F94
3#4A268C
4#4C2D85
5#4E357E
6#503C77
7#53436F
8#554B68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B694 #B694F4 | BordersInactive statesPlaceholder text |
| 400 | 905D #905DEF | Disabled statesSecondary iconsMuted text |
| 500 | 702E #702EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5514 #5514CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4310 #4310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DFFC;
--indigo-200: #D6C3F9;
--indigo-300: #B694F4;
--indigo-400: #905DEF;
--indigo-500: #702EEA;
--indigo-600: #5514CC;
--indigo-700: #4310A2;
--indigo-800: #300B74;
--indigo-900: #1F074A;
--indigo-950: #13052E;
}