Indigo
#511BC5
PurpleColor Codes
All color formats for development
HEX
#511BC5RGB
rgb(81, 27, 197)HSL
hsl(259, 76%, 44%)OKLCH
oklch(0.432 0.231 285.9)CMYK
cmyk(59%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4918B2
2#41169E
3#39138A
4#311076
5#280D63
6#200B4F
7#18083B
8#100527
9#080314
Tints
Lighter variations
1#5B1EDF
2#6D36E4
3#7F4FE7
4#9168EA
5#A481EE
6#B69AF1
7#C8B4F5
8#DACDF8
9#EDE6FC
Tones
Muted variations
1#5423BD
2#572CB4
3#5A35AC
4#5D3DA3
5#61469B
6#644E92
7#67578A
8#6A5F81
9#6D6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B498 #B498F1 | BordersInactive statesPlaceholder text |
| 400 | 8D62 #8D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6C35 #6C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 511B #511BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4015 #40159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0F #2E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D0A #1D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E8E0FB;
--indigo-200: #D5C5F7;
--indigo-300: #B498F1;
--indigo-400: #8D62EA;
--indigo-500: #6C35E3;
--indigo-600: #511BC5;
--indigo-700: #40159D;
--indigo-800: #2E0F70;
--indigo-900: #1D0A48;
--indigo-950: #12062D;
}