Indigo
#300F70
PurpleColor Codes
All color formats for development
HEX
#300F70RGB
rgb(48, 15, 112)HSL
hsl(260, 76%, 25%)OKLCH
oklch(0.296 0.149 289.1)CMYK
cmyk(57%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0E65
2#260C5A
3#210B4F
4#1D0943
5#180838
6#13062D
7#0E0522
8#0A0316
9#05020B
Tints
Lighter variations
1#3E1492
2#4C18B4
3#5A1DD5
4#6F35E3
5#8757E8
6#9F78ED
7#B79AF1
8#CFBCF6
9#E7DDFA
Tones
Muted variations
1#31146B
2#331967
3#341E62
4#36235D
5#382858
6#392C53
7#3B314E
8#3D3649
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D5C5F7;
--indigo-300: #B598F1;
--indigo-400: #8F62EA;
--indigo-500: #6F35E3;
--indigo-600: #541BC5;
--indigo-700: #43159D;
--indigo-800: #300F70;
--indigo-900: #1E0A48;
--indigo-950: #13062D;
}