Indigo
#5300B3
PurpleColor Codes
All color formats for development
HEX
#5300B3RGB
rgb(83, 0, 179)HSL
hsl(268, 100%, 35%)OKLCH
oklch(0.401 0.225 291.7)CMYK
cmyk(54%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B00A1
2#43008F
3#3A007D
4#32006B
5#2A0059
6#210047
7#190036
8#110024
9#080012
Tints
Lighter variations
1#6300D4
2#7200F5
3#8317FF
4#9538FF
5#A759FF
6#B87AFF
7#CA9CFF
8#DCBDFF
9#EDDEFF
Tones
Muted variations
1#5409AA
2#5412A1
3#551B98
4#56248F
5#562D86
6#57367D
7#573E74
8#58476B
9#595062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDB #ECDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C08A #C08AFF | BordersInactive statesPlaceholder text |
| 400 | A04D #A04DFF | Disabled statesSecondary iconsMuted text |
| 500 | 851A #851AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6900 #6900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5300 #5300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C00 #3C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2600 #260052 | Primary textHigh emphasis contentDark headings |
| 950 | 1800 #180033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #ECDBFF;
--indigo-200: #DCBDFF;
--indigo-300: #C08AFF;
--indigo-400: #A04DFF;
--indigo-500: #851AFF;
--indigo-600: #6900E0;
--indigo-700: #5300B3;
--indigo-800: #3C0080;
--indigo-900: #260052;
--indigo-950: #180033;
}