Indigo
#461BC5
PurpleColor Codes
All color formats for development
HEX
#461BC5RGB
rgb(70, 27, 197)HSL
hsl(255, 76%, 44%)OKLCH
oklch(0.422 0.232 281.5)CMYK
cmyk(64%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F18B2
2#38169E
3#31138A
4#2A1076
5#230D63
6#1C0B4F
7#15083B
8#0E0527
9#070314
Tints
Lighter variations
1#4E1EDF
2#6136E4
3#754FE7
4#8968EA
5#9C81EE
6#B09AF1
7#C4B4F5
8#D8CDF8
9#EBE6FC
Tones
Muted variations
1#4A23BD
2#4E2CB4
3#5235AC
4#573DA3
5#5B469B
6#5F4E92
7#63578A
8#685F81
9#6C6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D1C5F7;
--indigo-300: #AE98F1;
--indigo-400: #8462EA;
--indigo-500: #6135E3;
--indigo-600: #461BC5;
--indigo-700: #37159D;
--indigo-800: #280F70;
--indigo-900: #190A48;
--indigo-950: #10062D;
}