Indigo
#4E0F70
PurpleColor Codes
All color formats for development
HEX
#4E0F70RGB
rgb(78, 15, 112)HSL
hsl(279, 76%, 25%)OKLCH
oklch(0.335 0.153 309.5)CMYK
cmyk(30%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460E65
2#3F0C5A
3#370B4F
4#2F0943
5#270838
6#1F062D
7#170522
8#100316
9#08020B
Tints
Lighter variations
1#661492
2#7D18B4
3#951DD5
4#A635E3
5#B557E8
6#C478ED
7#D39AF1
8#E1BCF6
9#F0DDFA
Tones
Muted variations
1#4D146B
2#4B1967
3#4A1E62
4#48235D
5#472858
6#462C53
7#44314E
8#433649
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D298 #D298F1 | BordersInactive statesPlaceholder text |
| 400 | BA62 #BA62EA | Disabled statesSecondary iconsMuted text |
| 500 | A635 #A635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A1B #8A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E15 #6E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0F #4E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 320A #320A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F2FD;
--indigo-100: #F1E0FB;
--indigo-200: #E5C5F7;
--indigo-300: #D298F1;
--indigo-400: #BA62EA;
--indigo-500: #A635E3;
--indigo-600: #8A1BC5;
--indigo-700: #6E159D;
--indigo-800: #4E0F70;
--indigo-900: #320A48;
--indigo-950: #1F062D;
}