Indigo
#4B0E71
PurpleColor Codes
All color formats for development
HEX
#4B0E71RGB
rgb(75, 14, 113)HSL
hsl(277, 78%, 25%)OKLCH
oklch(0.331 0.154 307.2)CMYK
cmyk(34%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440D66
2#3C0B5B
3#350A4F
4#2D0844
5#260739
6#1E062D
7#170422
8#0F0317
9#08010B
Tints
Lighter variations
1#621294
2#7916B6
3#8F1BD8
4#A133E6
5#B155EA
6#C077EE
7#D099F2
8#E0BBF7
9#EFDDFB
Tones
Muted variations
1#4A136D
2#491868
3#481D63
4#47225E
5#462759
6#442C54
7#43314F
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 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E4C4F8;
--indigo-300: #CF97F2;
--indigo-400: #B660EB;
--indigo-500: #A133E6;
--indigo-600: #8519C8;
--indigo-700: #69149F;
--indigo-800: #4B0E71;
--indigo-900: #300949;
--indigo-950: #1E062D;
}