Indigo
#4C0D72
PurpleColor Codes
All color formats for development
HEX
#4C0D72RGB
rgb(76, 13, 114)HSL
hsl(277, 80%, 25%)OKLCH
oklch(0.333 0.156 307.5)CMYK
cmyk(33%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440B67
2#3D0A5C
3#350950
4#2D0845
5#260639
6#1E052E
7#170422
8#0F0317
9#08010B
Tints
Lighter variations
1#621195
2#7914B8
3#9018DA
4#A230E8
5#B153EC
6#C175F0
7#D098F4
8#E0BAF7
9#EFDDFB
Tones
Muted variations
1#4A126E
2#491769
3#481C63
4#47215E
5#462659
6#452B54
7#43304F
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 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C3 #E4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF95 #CF95F3 | BordersInactive statesPlaceholder text |
| 400 | B65E #B65EED | Disabled statesSecondary iconsMuted text |
| 500 | A230 #A230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8516 #8516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A12 #6A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3008 #300849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E4C3F8;
--indigo-300: #CF95F3;
--indigo-400: #B65EED;
--indigo-500: #A230E8;
--indigo-600: #8516CA;
--indigo-700: #6A12A1;
--indigo-800: #4C0D73;
--indigo-900: #300849;
--indigo-950: #1E052E;
}