Indigo
#481AC7
PurpleColor Codes
All color formats for development
HEX
#481AC7RGB
rgb(72, 26, 199)HSL
hsl(256, 77%, 44%)OKLCH
oklch(0.425 0.234 282)CMYK
cmyk(64%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4117B3
2#3A159F
3#32128B
4#2B0F77
5#240D63
6#1D0A4F
7#16083C
8#0E0528
9#070314
Tints
Lighter variations
1#511DE0
2#6435E5
3#774EE8
4#8B67EB
5#9E81EF
6#B19AF2
7#C5B3F5
8#D8CCF8
9#ECE6FC
Tones
Muted variations
1#4C22BE
2#502BB5
3#5434AD
4#583CA4
5#5C459B
6#604E93
7#64568A
8#685F81
9#6C6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8661 #8661EA | Disabled statesSecondary iconsMuted text |
| 500 | 6334 #6334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481A #481AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3915 #39159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0948 | 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: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D2C4F7;
--indigo-300: #AF97F2;
--indigo-400: #8661EA;
--indigo-500: #6334E5;
--indigo-600: #481AC7;
--indigo-700: #39159E;
--indigo-800: #290F71;
--indigo-900: #1A0948;
--indigo-950: #10062D;
}