Indigo
#300A75
PurpleColor Codes
All color formats for development
HEX
#300A75RGB
rgb(48, 10, 117)HSL
hsl(261, 84%, 25%)OKLCH
oklch(0.297 0.158 288.1)CMYK
cmyk(59%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B096A
2#26085E
3#210752
4#1D0646
5#18053B
6#13042F
7#0E0323
8#0A0217
9#05010C
Tints
Lighter variations
1#3E0D98
2#4C10BC
3#5B13DF
4#6F2CED
5#874FF0
6#9F72F3
7#B795F6
8#CFB9F9
9#E7DCFC
Tones
Muted variations
1#311070
2#33156B
3#351A65
4#362060
5#38255B
6#392A55
7#3B3050
8#3D354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B693 #B693F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5B #8F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2C #6F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5412 #5412CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430E #430EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300A #300A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D5C2FA;
--indigo-300: #B693F6;
--indigo-400: #8F5BF1;
--indigo-500: #6F2CED;
--indigo-600: #5412CE;
--indigo-700: #430EA4;
--indigo-800: #300A75;
--indigo-900: #1F074B;
--indigo-950: #13042F;
}