Indigo
#4D00B3
PurpleColor Codes
All color formats for development
HEX
#4D00B3RGB
rgb(77, 0, 179)HSL
hsl(266, 100%, 35%)OKLCH
oklch(0.394 0.225 288.9)CMYK
cmyk(57%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4600A1
2#3E008F
3#36007D
4#2E006B
5#270059
6#1F0047
7#170036
8#0F0024
9#080012
Tints
Lighter variations
1#5C00D4
2#6A00F5
3#7C17FF
4#8E38FF
5#A159FF
6#B47AFF
7#C79CFF
8#D9BDFF
9#ECDEFF
Tones
Muted variations
1#4F09AA
2#5012A1
3#511B98
4#52248F
5#532D86
6#54367D
7#563E74
8#57476B
9#585062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BD #D9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8A #BD8AFF | BordersInactive statesPlaceholder text |
| 400 | 9A4D #9A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 7D1A #7D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6100 #6100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D00 #4D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3700 #370080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2300 #230052 | Primary textHigh emphasis contentDark headings |
| 950 | 1600 #160033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDBFF;
--indigo-200: #D9BDFF;
--indigo-300: #BD8AFF;
--indigo-400: #9A4DFF;
--indigo-500: #7D1AFF;
--indigo-600: #6100E0;
--indigo-700: #4D00B3;
--indigo-800: #370080;
--indigo-900: #230052;
--indigo-950: #160033;
}