Indigo
#4006AC
PurpleColor Codes
All color formats for development
HEX
#4006ACRGB
rgb(64, 6, 172)HSL
hsl(261, 93%, 35%)OKLCH
oklch(0.376 0.217 284.1)CMYK
cmyk(63%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A069B
2#33058A
3#2D0479
4#270467
5#200356
6#1A0245
7#130234
8#0D0122
9#060111
Tints
Lighter variations
1#4C07CC
2#5809EC
3#6B1FF7
4#803FF8
5#955FF9
6#AA7FFA
7#BF9FFC
8#D5BFFD
9#EADFFE
Tones
Muted variations
1#430FA4
2#45179C
3#481F93
4#4A278B
5#4D3083
6#4F387A
7#524072
8#54496A
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48E #B48EFB | BordersInactive statesPlaceholder text |
| 400 | 8D53 #8D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6C22 #6C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5108 #5108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4006 #4006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D03 #1D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFE;
--indigo-200: #D5BFFD;
--indigo-300: #B48EFB;
--indigo-400: #8D53F9;
--indigo-500: #6C22F7;
--indigo-600: #5108D9;
--indigo-700: #4006AC;
--indigo-800: #2E047B;
--indigo-900: #1D034F;
--indigo-950: #120231;
}