Indigo
#5000B3
PurpleColor Codes
All color formats for development
HEX
#5000B3RGB
rgb(80, 0, 179)HSL
hsl(267, 100%, 35%)OKLCH
oklch(0.398 0.225 290.3)CMYK
cmyk(55%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4800A1
2#40008F
3#38007D
4#30006B
5#280059
6#200047
7#180036
8#100024
9#080012
Tints
Lighter variations
1#5F00D4
2#6E00F5
3#7F17FF
4#9238FF
5#A459FF
6#B67AFF
7#C89CFF
8#DBBDFF
9#EDDEFF
Tones
Muted variations
1#5109AA
2#5212A1
3#531B98
4#54248F
5#552D86
6#56367D
7#573E74
8#57476B
9#585062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BE8A #BE8AFF | BordersInactive statesPlaceholder text |
| 400 | 9D4D #9D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 811A #811AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6500 #6500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5000 #5000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3900 #390080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2500 #250052 | Primary textHigh emphasis contentDark headings |
| 950 | 1700 #170033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDBFF;
--indigo-200: #DBBDFF;
--indigo-300: #BE8AFF;
--indigo-400: #9D4DFF;
--indigo-500: #811AFF;
--indigo-600: #6500E0;
--indigo-700: #5000B3;
--indigo-800: #390080;
--indigo-900: #250052;
--indigo-950: #170033;
}