Indigo
#4A0DA5
PurpleColor Codes
All color formats for development
HEX
#4A0DA5RGB
rgb(74, 13, 165)HSL
hsl(264, 85%, 35%)OKLCH
oklch(0.381 0.206 290.1)CMYK
cmyk(55%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430C95
2#3B0B84
3#340974
4#2C0863
5#250753
6#1E0542
7#160432
8#0F0321
9#070111
Tints
Lighter variations
1#5810C4
2#6612E2
3#7728EE
4#8B47F0
5#9E66F3
6#B184F5
7#C5A3F8
8#D8C2FA
9#ECE0FD
Tones
Muted variations
1#4C159E
2#4D1D96
3#4F248E
4#502C87
5#52337F
6#533B78
7#554270
8#564A68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA92 #BA92F6 | BordersInactive statesPlaceholder text |
| 400 | 975A #975AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 792B #792BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D11 #5D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0D #4A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2206 #22064B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D8C2FA;
--indigo-300: #BA92F6;
--indigo-400: #975AF2;
--indigo-500: #792BEE;
--indigo-600: #5D11D0;
--indigo-700: #4A0DA5;
--indigo-800: #350A76;
--indigo-900: #22064B;
--indigo-950: #15042F;
}