Indigo
#4B1BC5
PurpleColor Codes
All color formats for development
HEX
#4B1BC5RGB
rgb(75, 27, 197)HSL
hsl(257, 76%, 44%)OKLCH
oklch(0.426 0.231 283.5)CMYK
cmyk(62%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4418B2
2#3C169E
3#35138A
4#2D1076
5#260D63
6#1E0B4F
7#17083B
8#0F0527
9#080314
Tints
Lighter variations
1#551EDF
2#6736E4
3#7A4FE7
4#8D68EA
5#A081EE
6#B39AF1
7#C6B4F5
8#D9CDF8
9#ECE6FC
Tones
Muted variations
1#4F23BD
2#532CB4
3#5635AC
4#5A3DA3
5#5E469B
6#614E92
7#65578A
8#695F81
9#6D6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C5 #D3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B198 #B198F1 | BordersInactive statesPlaceholder text |
| 400 | 8862 #8862EA | Disabled statesSecondary iconsMuted text |
| 500 | 6635 #6635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1B #4B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C15 #3C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0F #2B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0A #1B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E7E0FB;
--indigo-200: #D3C5F7;
--indigo-300: #B198F1;
--indigo-400: #8862EA;
--indigo-500: #6635E3;
--indigo-600: #4B1BC5;
--indigo-700: #3C159D;
--indigo-800: #2B0F70;
--indigo-900: #1B0A48;
--indigo-950: #11062D;
}