Indigo
#4E1BC5
PurpleColor Codes
All color formats for development
HEX
#4E1BC5RGB
rgb(78, 27, 197)HSL
hsl(258, 76%, 44%)OKLCH
oklch(0.429 0.231 284.7)CMYK
cmyk(60%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4618B2
2#3E169E
3#37138A
4#2F1076
5#270D63
6#1F0B4F
7#17083B
8#100527
9#080314
Tints
Lighter variations
1#581EDF
2#6A36E4
3#7D4FE7
4#8F68EA
5#A281EE
6#B59AF1
7#C7B4F5
8#DACDF8
9#ECE6FC
Tones
Muted variations
1#5223BD
2#552CB4
3#5835AC
4#5C3DA3
5#5F469B
6#634E92
7#66578A
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 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E8E0FB;
--indigo-200: #D4C5F7;
--indigo-300: #B398F1;
--indigo-400: #8B62EA;
--indigo-500: #6935E3;
--indigo-600: #4E1BC5;
--indigo-700: #3E159D;
--indigo-800: #2C0F70;
--indigo-900: #1C0A48;
--indigo-950: #12062D;
}