Indigo
#39159E
PurpleColor Codes
All color formats for development
HEX
#39159ERGB
rgb(57, 21, 158)HSL
hsl(256, 77%, 35%)OKLCH
oklch(0.362 0.196 282.6)CMYK
cmyk(64%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33128E
2#2E107E
3#280E6F
4#220C5F
5#1D0A4F
6#17083F
7#11062F
8#0B0420
9#060210
Tints
Lighter variations
1#4418BB
2#4E1CD9
3#6132E4
4#784FE8
5#8E6CEC
6#A58AF0
7#BBA7F4
8#D2C4F7
9#E8E2FB
Tones
Muted variations
1#3C1B97
2#402290
3#432989
4#463082
5#49377C
6#4C3E75
7#50456E
8#534C67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8661 #8661EA | Disabled statesSecondary iconsMuted text |
| 500 | 6334 #6334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481A #481AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3915 #39159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D2C4F7;
--indigo-300: #AF97F2;
--indigo-400: #8661EA;
--indigo-500: #6334E5;
--indigo-600: #481AC7;
--indigo-700: #39159E;
--indigo-800: #290F71;
--indigo-900: #1A0948;
--indigo-950: #10062D;
}