Indigo
#4E0A76
PurpleColor Codes
All color formats for development
HEX
#4E0A76RGB
rgb(78, 10, 118)HSL
hsl(278, 84%, 25%)OKLCH
oklch(0.337 0.163 307.3)CMYK
cmyk(34%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46096A
2#3E085E
3#370752
4#2F0646
5#27053B
6#1F042F
7#170323
8#100217
9#08010C
Tints
Lighter variations
1#650D98
2#7D10BC
3#9413DF
4#A62CED
5#B54FF0
6#C472F3
7#D295F6
8#E1B9F9
9#F0DCFC
Tones
Muted variations
1#4D1070
2#4B156B
3#4A1A65
4#482060
5#47255B
6#452A55
7#443050
8#43354A
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D193 #D193F6 | BordersInactive statesPlaceholder text |
| 400 | BA5B #BA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A62C #A62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8912 #8912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0E #6D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E5C2FA;
--indigo-300: #D193F6;
--indigo-400: #BA5BF1;
--indigo-500: #A62CED;
--indigo-600: #8912CE;
--indigo-700: #6D0EA4;
--indigo-800: #4E0A75;
--indigo-900: #32074B;
--indigo-950: #1F042F;
}