Indigo
#4F0878
PurpleColor Codes
All color formats for development
HEX
#4F0878RGB
rgb(79, 8, 120)HSL
hsl(278, 88%, 25%)OKLCH
oklch(0.34 0.166 307.3)CMYK
cmyk(34%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47076C
2#3F0660
3#370554
4#2F0548
5#27043C
6#1F0330
7#180224
8#100218
9#08010C
Tints
Lighter variations
1#660A9C
2#7E0CC0
3#960FE4
4#A727F1
5#B64BF4
6#C46FF6
7#D393F8
8#E2B7FA
9#F0DBFD
Tones
Muted variations
1#4D0D72
2#4C136D
3#4A1867
4#491E61
5#47245C
6#462956
7#442F51
8#43354B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DDFD;
--indigo-200: #E6C1FB;
--indigo-300: #D291F8;
--indigo-400: #BB57F4;
--indigo-500: #A727F1;
--indigo-600: #8B0DD3;
--indigo-700: #6E0BA8;
--indigo-800: #4F0878;
--indigo-900: #32054D;
--indigo-950: #1F0330;
}