Indigo
#3E159D
PurpleColor Codes
All color formats for development
HEX
#3E159DRGB
rgb(62, 21, 157)HSL
hsl(258, 76%, 35%)OKLCH
oklch(0.366 0.194 285.3)CMYK
cmyk(61%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38138D
2#32117E
3#2B0F6E
4#250D5E
5#1F0B4F
6#19093F
7#13062F
8#0C041F
9#060210
Tints
Lighter variations
1#4A19BA
2#551DD7
3#6833E3
4#7D50E7
5#936DEB
6#A98AEF
7#BEA7F3
8#D4C5F7
9#E9E2FB
Tones
Muted variations
1#411C96
2#442390
3#462A89
4#493182
5#4C377B
6#4E3E74
7#51456E
8#544C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E8E0FB;
--indigo-200: #D4C5F7;
--indigo-300: #B398F1;
--indigo-400: #8B62EA;
--indigo-500: #6935E3;
--indigo-600: #4E1BC5;
--indigo-700: #3E159D;
--indigo-800: #2C0F70;
--indigo-900: #1C0A48;
--indigo-950: #12062D;
}