Indigo
#4305AD
PurpleColor Codes
All color formats for development
HEX
#4305ADRGB
rgb(67, 5, 173)HSL
hsl(262, 94%, 35%)OKLCH
oklch(0.379 0.218 285.3)CMYK
cmyk(61%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C059C
2#36048B
3#2F0479
4#280368
5#210357
6#1B0245
7#140234
8#0D0123
9#070111
Tints
Lighter variations
1#4F06CD
2#5C07ED
3#6E1EF8
4#833EF9
5#975EFA
6#AC7EFB
7#C19FFC
8#D6BFFD
9#EADFFE
Tones
Muted variations
1#450EA5
2#47169C
3#4A1F94
4#4C278C
5#4E2F83
6#50387B
7#534072
8#55486A
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | 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: #F5F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BFFD;
--indigo-300: #B68DFB;
--indigo-400: #8F52FA;
--indigo-500: #6F20F8;
--indigo-600: #5407DA;
--indigo-700: #4305AD;
--indigo-800: #30047C;
--indigo-900: #1F024F;
--indigo-950: #130231;
}