Indigo
#4606AC
PurpleColor Codes
All color formats for development
HEX
#4606ACRGB
rgb(70, 6, 172)HSL
hsl(263, 93%, 35%)OKLCH
oklch(0.382 0.216 286.9)CMYK
cmyk(59%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F069B
2#38058A
3#310479
4#2A0467
5#230356
6#1C0245
7#150234
8#0E0122
9#070111
Tints
Lighter variations
1#5307CC
2#6009EC
3#721FF7
4#863FF8
5#9A5FF9
6#AE7FFA
7#C29FFC
8#D7BFFD
9#EBDFFE
Tones
Muted variations
1#480FA4
2#4A179C
3#4C1F93
4#4E278B
5#503083
6#52387A
7#534072
8#55496A
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D7BFFD;
--indigo-300: #B88EFB;
--indigo-400: #9253F9;
--indigo-500: #7322F7;
--indigo-600: #5808D9;
--indigo-700: #4606AC;
--indigo-800: #32047B;
--indigo-900: #20034F;
--indigo-950: #140231;
}