Indigo
#4615CB
PurpleColor Codes
All color formats for development
HEX
#4615CBRGB
rgb(70, 21, 203)HSL
hsl(256, 81%, 44%)OKLCH
oklch(0.425 0.242 280.9)CMYK
cmyk(66%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F13B7
2#3811A2
3#310F8E
4#2A0D7A
5#230B66
6#1C0951
7#15063D
8#0E0429
9#070214
Tints
Lighter variations
1#4F18E5
2#6230E9
3#754AEC
4#8964EF
5#9D7EF1
6#B098F4
7#C4B1F7
8#D8CBFA
9#EBE5FC
Tones
Muted variations
1#4A1EC2
2#4E27B9
3#5331B0
4#573AA7
5#5B439E
6#5F4C95
7#63558B
8#685E82
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEE | Disabled statesSecondary iconsMuted text |
| 500 | 612F #612FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4615 #4615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3811 #3811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280C #280C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1908 #19084A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DFFC;
--indigo-200: #D1C3F9;
--indigo-300: #AE95F4;
--indigo-400: #845DEE;
--indigo-500: #612FE9;
--indigo-600: #4615CB;
--indigo-700: #3811A2;
--indigo-800: #280C73;
--indigo-900: #19084A;
--indigo-950: #10052E;
}