Indigo
#29054D
PurpleColor Codes
All color formats for development
HEX
#29054DRGB
rgb(41, 5, 77)HSL
hsl(270, 88%, 16%)OKLCH
oklch(0.239 0.118 299.5)CMYK
cmyk(47%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250445
2#21043D
3#1D0336
4#18032E
5#140226
6#10021F
7#0C0117
8#08010F
9#040008
Tints
Lighter variations
1#3E0775
2#540A9D
3#690DC6
4#7E0FEE
5#9436F2
6#A95EF5
7#BF86F7
8#D4AEFA
9#EAD7FC
Tones
Muted variations
1#290849
2#290C46
3#291042
4#29133E
5#29173B
6#291A37
7#291E34
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DEC1FB;
--indigo-300: #C491F8;
--indigo-400: #A657F4;
--indigo-500: #8C27F1;
--indigo-600: #700DD3;
--indigo-700: #590BA8;
--indigo-800: #400878;
--indigo-900: #29054D;
--indigo-950: #1A0330;
}