Indigo
#330F70
PurpleColor Codes
All color formats for development
HEX
#330F70RGB
rgb(51, 15, 112)HSL
hsl(262, 76%, 25%)OKLCH
oklch(0.299 0.149 291.2)CMYK
cmyk(54%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0E65
2#290C5A
3#240B4F
4#1E0943
5#190838
6#14062D
7#0F0522
8#0A0316
9#05020B
Tints
Lighter variations
1#421492
2#5118B4
3#611DD5
4#7535E3
5#8C57E8
6#A378ED
7#BA9AF1
8#D1BCF6
9#E8DDFA
Tones
Muted variations
1#34146B
2#351967
3#371E62
4#38235D
5#392858
6#3B2C53
7#3C314E
8#3D3649
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D7C5F7;
--indigo-300: #B898F1;
--indigo-400: #9462EA;
--indigo-500: #7535E3;
--indigo-600: #591BC5;
--indigo-700: #47159D;
--indigo-800: #330F70;
--indigo-900: #210A48;
--indigo-950: #14062D;
}