Indigo
#33116E
PurpleColor Codes
All color formats for development
HEX
#33116ERGB
rgb(51, 17, 110)HSL
hsl(262, 73%, 25%)OKLCH
oklch(0.299 0.145 291.5)CMYK
cmyk(54%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0F63
2#290E58
3#240C4D
4#1F0A42
5#1A0937
6#15072C
7#0F0521
8#0A0316
9#05020B
Tints
Lighter variations
1#43168F
2#521CB0
3#6221D2
4#7638E0
5#8D5AE5
6#A47BEA
7#BA9CF0
8#D1BDF5
9#E8DEFA
Tones
Muted variations
1#35166A
2#361B65
3#371F60
4#38245C
5#3A2857
6#3B2D52
7#3C324E
8#3D3649
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 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | 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: #D7C6F6;
--indigo-300: #B99AEF;
--indigo-400: #9465E7;
--indigo-500: #7638E0;
--indigo-600: #5A1EC2;
--indigo-700: #48189A;
--indigo-800: #33116E;
--indigo-900: #210B47;
--indigo-950: #15072C;
}