Indigo
#481BC5
PurpleColor Codes
All color formats for development
HEX
#481BC5RGB
rgb(72, 27, 197)HSL
hsl(256, 76%, 44%)OKLCH
oklch(0.424 0.232 282.3)CMYK
cmyk(63%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4118B2
2#3A169E
3#33138A
4#2B1076
5#240D63
6#1D0B4F
7#16083B
8#0E0527
9#070314
Tints
Lighter variations
1#521EDF
2#6436E4
3#784FE7
4#8B68EA
5#9E81EE
6#B29AF1
7#C5B4F5
8#D8CDF8
9#ECE6FC
Tones
Muted variations
1#4C23BD
2#502CB4
3#5435AC
4#583DA3
5#5C469B
6#604E92
7#64578A
8#685F81
9#6C6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C5 #D2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B098 #B098F1 | BordersInactive statesPlaceholder text |
| 400 | 8662 #8662EA | Disabled statesSecondary iconsMuted text |
| 500 | 6435 #6435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481B #481BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A15 #3A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A0A #1A0A48 | 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: #F5F2FD;
--indigo-100: #E7E0FB;
--indigo-200: #D2C5F7;
--indigo-300: #B098F1;
--indigo-400: #8662EA;
--indigo-500: #6435E3;
--indigo-600: #481BC5;
--indigo-700: #3A159D;
--indigo-800: #290F70;
--indigo-900: #1A0A48;
--indigo-950: #10062D;
}