Indigo
#3E159E
PurpleColor Codes
All color formats for development
HEX
#3E159ERGB
rgb(62, 21, 158)HSL
hsl(258, 77%, 35%)OKLCH
oklch(0.367 0.195 285.1)CMYK
cmyk(61%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38128E
2#31107E
3#2B0E6F
4#250C5F
5#1F0A4F
6#19083F
7#13062F
8#0C0420
9#060210
Tints
Lighter variations
1#4918BB
2#551CD9
3#6732E4
4#7D4FE8
5#936CEC
6#A88AF0
7#BEA7F4
8#D4C4F7
9#E9E2FB
Tones
Muted variations
1#411B97
2#432290
3#462989
4#493082
5#4C377C
6#4E3E75
7#51456E
8#544C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A61 #8A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6934 #6934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1A #4E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0948 | 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: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F7;
--indigo-300: #B297F2;
--indigo-400: #8A61EA;
--indigo-500: #6934E5;
--indigo-600: #4E1AC7;
--indigo-700: #3E159E;
--indigo-800: #2C0F71;
--indigo-900: #1C0948;
--indigo-950: #12062D;
}