Indigo
#400B75
PurpleColor Codes
All color formats for development
HEX
#400B75RGB
rgb(64, 11, 117)HSL
hsl(270, 83%, 25%)OKLCH
oklch(0.317 0.158 298.8)CMYK
cmyk(45%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390A69
2#33095D
3#2D0852
4#260746
5#20053A
6#19042F
7#130323
8#0D0217
9#06010C
Tints
Lighter variations
1#530E98
2#6611BB
3#7915DE
4#8C2DEB
5#9F50EF
6#B273F2
7#C696F5
8#D9B9F8
9#ECDCFC
Tones
Muted variations
1#40106F
2#40156A
3#401B65
4#40205F
5#40255A
6#402B55
7#403050
8#40354A
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C494 #C494F5 | BordersInactive statesPlaceholder text |
| 400 | A65C #A65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2D #8C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7013 #7013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590F #590FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400B #400B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDEFC;
--indigo-200: #DEC2F9;
--indigo-300: #C494F5;
--indigo-400: #A65CF0;
--indigo-500: #8C2DEB;
--indigo-600: #7013CD;
--indigo-700: #590FA3;
--indigo-800: #400B75;
--indigo-900: #29074B;
--indigo-950: #1A042F;
}