Indigo
#3B0F70
PurpleColor Codes
All color formats for development
HEX
#3B0F70RGB
rgb(59, 15, 112)HSL
hsl(267, 76%, 25%)OKLCH
oklch(0.309 0.149 296.8)CMYK
cmyk(47%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350E65
2#2F0C5A
3#290B4F
4#230943
5#1D0838
6#18062D
7#120522
8#0C0316
9#06020B
Tints
Lighter variations
1#4D1492
2#5E18B4
3#701DD5
4#8435E3
5#9857E8
6#AD78ED
7#C19AF1
8#D6BCF6
9#EADDFA
Tones
Muted variations
1#3B146B
2#3C1967
3#3C1E62
4#3D235D
5#3D2858
6#3E2C53
7#3E314E
8#3F3649
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DBC5F7;
--indigo-300: #C098F1;
--indigo-400: #9F62EA;
--indigo-500: #8435E3;
--indigo-600: #681BC5;
--indigo-700: #52159D;
--indigo-800: #3B0F70;
--indigo-900: #260A48;
--indigo-950: #18062D;
}