Indigo
#4C0DD3
PurpleColor Codes
All color formats for development
HEX
#4C0DD3RGB
rgb(76, 13, 211)HSL
hsl(259, 88%, 44%)OKLCH
oklch(0.435 0.252 282.3)CMYK
cmyk(64%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440CBE
2#3D0BA9
3#350994
4#2E087F
5#260769
6#1E0554
7#17043F
8#0F032A
9#080115
Tints
Lighter variations
1#560FEE
2#6828F1
3#7B43F3
4#8E5EF5
5#A179F6
6#B394F8
7#C6AEFA
8#D9C9FC
9#ECE4FD
Tones
Muted variations
1#5017C9
2#5321BF
3#572BB5
4#5A35AB
5#5E3FA2
6#624998
7#65538E
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 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | 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: #D3C1FB;
--indigo-300: #B191F8;
--indigo-400: #8957F4;
--indigo-500: #6727F1;
--indigo-600: #4C0DD3;
--indigo-700: #3C0BA8;
--indigo-800: #2B0878;
--indigo-900: #1C054D;
--indigo-950: #110330;
}