Indigo
#4A00B3
PurpleColor Codes
All color formats for development
HEX
#4A00B3RGB
rgb(74, 0, 179)HSL
hsl(265, 100%, 35%)OKLCH
oklch(0.391 0.225 287.6)CMYK
cmyk(59%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4300A1
2#3B008F
3#34007D
4#2D006B
5#250059
6#1E0047
7#160036
8#0F0024
9#070012
Tints
Lighter variations
1#5800D4
2#6600F5
3#7817FF
4#8B38FF
5#9E59FF
6#B27AFF
7#C59CFF
8#D8BDFF
9#ECDEFF
Tones
Muted variations
1#4C09AA
2#4D12A1
3#4F1B98
4#50248F
5#522D86
6#53367D
7#553E74
8#56476B
9#585062
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 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADBFF;
--indigo-200: #D8BDFF;
--indigo-300: #BB8AFF;
--indigo-400: #974DFF;
--indigo-500: #791AFF;
--indigo-600: #5E00E0;
--indigo-700: #4A00B3;
--indigo-800: #350080;
--indigo-900: #220052;
--indigo-950: #150033;
}