Indigo
#35116E
PurpleColor Codes
All color formats for development
HEX
#35116ERGB
rgb(53, 17, 110)HSL
hsl(263, 73%, 25%)OKLCH
oklch(0.301 0.145 293)CMYK
cmyk(52%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300F63
2#2A0E58
3#250C4D
4#200A42
5#1A0937
6#15072C
7#100521
8#0B0316
9#05020B
Tints
Lighter variations
1#45168F
2#551CB0
3#6421D2
4#7938E0
5#8F5AE5
6#A57BEA
7#BC9CF0
8#D2BDF5
9#E9DEFA
Tones
Muted variations
1#36166A
2#371B65
3#381F60
4#39245C
5#3A2857
6#3B2D52
7#3C324E
8#3E3649
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 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | 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: #9765E7;
--indigo-500: #7938E0;
--indigo-600: #5D1EC2;
--indigo-700: #4A189A;
--indigo-800: #35116E;
--indigo-900: #220B47;
--indigo-950: #15072C;
}