Indigo
#4306AC
PurpleColor Codes
All color formats for development
HEX
#4306ACRGB
rgb(67, 6, 172)HSL
hsl(262, 93%, 35%)OKLCH
oklch(0.379 0.216 285.5)CMYK
cmyk(61%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C069B
2#36058A
3#2F0479
4#280467
5#220356
6#1B0245
7#140234
8#0D0122
9#070111
Tints
Lighter variations
1#5007CC
2#5C09EC
3#6E1FF7
4#833FF8
5#985FF9
6#AC7FFA
7#C19FFC
8#D6BFFD
9#EADFFE
Tones
Muted variations
1#450FA4
2#48179C
3#4A1F93
4#4C278B
5#4E3083
6#50387A
7#534072
8#55496A
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFB | BordersInactive statesPlaceholder text |
| 400 | 9053 #9053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7022 #7022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5408 #5408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4306 #4306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D6BFFD;
--indigo-300: #B68EFB;
--indigo-400: #9053F9;
--indigo-500: #7022F7;
--indigo-600: #5408D9;
--indigo-700: #4306AC;
--indigo-800: #30047B;
--indigo-900: #1F034F;
--indigo-950: #130231;
}