Indigo
#54047C
PurpleColor Codes
All color formats for development
HEX
#54047CRGB
rgb(84, 4, 124)HSL
hsl(280, 94%, 25%)OKLCH
oklch(0.348 0.173 308.8)CMYK
cmyk(32%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B036F
2#430363
3#3B0357
4#32024A
5#2A023E
6#210231
7#190125
8#110119
9#08000C
Tints
Lighter variations
1#6D05A1
2#8606C6
3#9F07EB
4#B020F8
5#BD45F9
6#CA6BFA
7#D890FC
8#E5B5FD
9#F2DAFE
Tones
Muted variations
1#520A76
2#501070
3#4E166A
4#4C1C64
5#4A225E
6#482858
7#462E52
8#44344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E8BFFD;
--indigo-300: #D78DFB;
--indigo-400: #C252FA;
--indigo-500: #B020F8;
--indigo-600: #9307DA;
--indigo-700: #7505AD;
--indigo-800: #54047C;
--indigo-900: #36024F;
--indigo-950: #210231;
}