Indigo
#40047C
PurpleColor Codes
All color formats for development
HEX
#40047CRGB
rgb(64, 4, 124)HSL
hsl(270, 94%, 25%)OKLCH
oklch(0.32 0.17 296.9)CMYK
cmyk(48%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39036F
2#330363
3#2D0357
4#26024A
5#20023E
6#190231
7#130125
8#0D0119
9#06000C
Tints
Lighter variations
1#5305A1
2#6606C6
3#7907EB
4#8C20F8
5#9F45F9
6#B26BFA
7#C690FC
8#D9B5FD
9#ECDAFE
Tones
Muted variations
1#400A76
2#401070
3#40166A
4#401C64
5#40225E
6#402858
7#402E52
8#40344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48D #C48DFB | BordersInactive statesPlaceholder text |
| 400 | A652 #A652FA | Disabled statesSecondary iconsMuted text |
| 500 | 8C20 #8C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7007 #7007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5905 #5905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #29024F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DEBFFD;
--indigo-300: #C48DFB;
--indigo-400: #A652FA;
--indigo-500: #8C20F8;
--indigo-600: #7007DA;
--indigo-700: #5905AD;
--indigo-800: #40047C;
--indigo-900: #29024F;
--indigo-950: #1A0231;
}