Indigo
#4C159E
PurpleColor Codes
All color formats for development
HEX
#4C159ERGB
rgb(76, 21, 158)HSL
hsl(264, 77%, 35%)OKLCH
oklch(0.381 0.194 292.3)CMYK
cmyk(52%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44128E
2#3C107E
3#350E6F
4#2D0C5F
5#260A4F
6#1E083F
7#17062F
8#0F0420
9#080210
Tints
Lighter variations
1#5A18BB
2#681CD9
3#7932E4
4#8C4FE8
5#9F6CEC
6#B28AF0
7#C6A7F4
8#D9C4F7
9#ECE2FB
Tones
Muted variations
1#4D1B97
2#4E2290
3#502989
4#513082
5#52377C
6#543E75
7#55456E
8#574C67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9861 #9861EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B34 #7B34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1A #5F1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230948 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F7;
--indigo-300: #BB97F2;
--indigo-400: #9861EA;
--indigo-500: #7B34E5;
--indigo-600: #5F1AC7;
--indigo-700: #4C159E;
--indigo-800: #360F71;
--indigo-900: #230948;
--indigo-950: #16062D;
}