Indigo
#4D0F71
PurpleColor Codes
All color formats for development
HEX
#4D0F71RGB
rgb(77, 15, 113)HSL
hsl(278, 77%, 25%)OKLCH
oklch(0.335 0.154 308.4)CMYK
cmyk(32%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450D66
2#3D0C5A
3#360A4F
4#2E0944
5#260738
6#1F062D
7#170422
8#0F0317
9#08010B
Tints
Lighter variations
1#641393
2#7B17B5
3#921CD6
4#A434E5
5#B356E9
6#C278ED
7#D199F2
8#E1BBF6
9#F0DDFB
Tones
Muted variations
1#4C146C
2#4A1867
3#491D62
4#48225D
5#462758
6#452C53
7#44314E
8#42364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D097 #D097F2 | BordersInactive statesPlaceholder text |
| 400 | B861 #B861EA | Disabled statesSecondary iconsMuted text |
| 500 | A434 #A434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871A #871AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C15 #6C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310948 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F1DFFB;
--indigo-200: #E5C4F7;
--indigo-300: #D097F2;
--indigo-400: #B861EA;
--indigo-500: #A434E5;
--indigo-600: #871AC7;
--indigo-700: #6C159E;
--indigo-800: #4D0F71;
--indigo-900: #310948;
--indigo-950: #1F062D;
}