Indigo
#35126E
PurpleColor Codes
All color formats for development
HEX
#35126ERGB
rgb(53, 18, 110)HSL
hsl(263, 72%, 25%)OKLCH
oklch(0.303 0.144 292.8)CMYK
cmyk(52%, 84%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#301063
2#2A0E58
3#250C4D
4#200B42
5#1B0937
6#15072C
7#100521
8#0B0416
9#05020B
Tints
Lighter variations
1#45178F
2#551DAF
3#6522D0
4#793ADF
5#8F5BE4
6#A67BEA
7#BC9CEF
8#D2BDF4
9#E9DEFA
Tones
Muted variations
1#361669
2#371B64
3#382060
4#39245B
5#3A2957
6#3B2D52
7#3D324E
8#3E3749
9#3F3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E6 | Disabled statesSecondary iconsMuted text |
| 500 | 793A #793ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1F #5D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A19 #4A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3512 #35126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FA;
--indigo-200: #D8C6F6;
--indigo-300: #BA9AEF;
--indigo-400: #9765E6;
--indigo-500: #793ADF;
--indigo-600: #5D1FC1;
--indigo-700: #4A199A;
--indigo-800: #35126E;
--indigo-900: #220B46;
--indigo-950: #15072C;
}