Indigo
#4C0CD4
PurpleColor Codes
All color formats for development
HEX
#4C0CD4RGB
rgb(76, 12, 212)HSL
hsl(259, 89%, 44%)OKLCH
oklch(0.436 0.253 282.2)CMYK
cmyk(64%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440BBF
2#3C0AAA
3#350994
4#2D077F
5#26066A
6#1E0555
7#170440
8#0F022A
9#080115
Tints
Lighter variations
1#550EEF
2#6727F2
3#7A42F4
4#8D5DF6
5#A078F7
6#B393F9
7#C6AEFA
8#D9C9FC
9#ECE4FD
Tones
Muted variations
1#4F16CA
2#5320C0
3#572AB6
4#5A34AC
5#5E3EA2
6#624898
7#65528E
8#695C84
9#6D667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FB;
--indigo-300: #B190F9;
--indigo-400: #8956F5;
--indigo-500: #6726F2;
--indigo-600: #4C0CD4;
--indigo-700: #3C0AA9;
--indigo-800: #2B0778;
--indigo-900: #1B044D;
--indigo-950: #110330;
}