Indigo
#30024F
PurpleColor Codes
All color formats for development
HEX
#30024FRGB
rgb(48, 2, 79)HSL
hsl(276, 95%, 16%)OKLCH
oklch(0.248 0.125 305.3)CMYK
cmyk(39%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0248
2#270240
3#220138
4#1D0130
5#180128
6#130120
7#0F0118
8#0A0010
9#050008
Tints
Lighter variations
1#4A0379
2#6404A3
3#7D05CD
4#9706F7
5#A82EFA
6#BA58FB
7#CB82FC
8#DCABFD
9#EED5FE
Tones
Muted variations
1#30064C
2#2F0A48
3#2E0E44
4#2D1240
5#2D153C
6#2C1938
7#2B1D34
8#2A2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFC | BordersInactive statesPlaceholder text |
| 400 | B751 #B751FB | Disabled statesSecondary iconsMuted text |
| 500 | A21F #A21FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8606 #8606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFE;
--indigo-200: #E4BEFD;
--indigo-300: #CF8DFC;
--indigo-400: #B751FB;
--indigo-500: #A21FF9;
--indigo-600: #8606DB;
--indigo-700: #6A04AE;
--indigo-800: #4C037C;
--indigo-900: #310250;
--indigo-950: #1E0132;
}