Indigo
#4700B3
PurpleColor Codes
All color formats for development
HEX
#4700B3RGB
rgb(71, 0, 179)HSL
hsl(264, 100%, 35%)OKLCH
oklch(0.388 0.225 286.2)CMYK
cmyk(60%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4000A1
2#39008F
3#32007D
4#2B006B
5#240059
6#1D0047
7#150036
8#0E0024
9#070012
Tints
Lighter variations
1#5500D4
2#6200F5
3#7417FF
4#8838FF
5#9C59FF
6#AF7AFF
7#C39CFF
8#D7BDFF
9#EBDEFF
Tones
Muted variations
1#4909AA
2#4B12A1
3#4D1B98
4#4F248F
5#502D86
6#52367D
7#543E74
8#56476B
9#575062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADBFF;
--indigo-200: #D7BDFF;
--indigo-300: #B98AFF;
--indigo-400: #944DFF;
--indigo-500: #751AFF;
--indigo-600: #5A00E0;
--indigo-700: #4700B3;
--indigo-800: #330080;
--indigo-900: #210052;
--indigo-950: #140033;
}