Indigo
#54037D
PurpleColor Codes
All color formats for development
HEX
#54037DRGB
rgb(84, 3, 125)HSL
hsl(280, 95%, 25%)OKLCH
oklch(0.349 0.175 308.5)CMYK
cmyk(33%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0370
2#430363
3#3B0257
4#32024B
5#2A023E
6#220132
7#190125
8#110119
9#08000C
Tints
Lighter variations
1#6D04A2
2#8605C7
3#9F06EC
4#B11FF9
5#BE45FA
6#CB6AFB
7#D88FFC
8#E5B4FD
9#F2DAFE
Tones
Muted variations
1#520976
2#500F70
3#4E156A
4#4C1B64
5#4A215E
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 | E8BE #E8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFC | BordersInactive statesPlaceholder text |
| 400 | C251 #C251FB | Disabled statesSecondary iconsMuted text |
| 500 | B11F #B11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9406 #9406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E8BEFD;
--indigo-300: #D78DFC;
--indigo-400: #C251FB;
--indigo-500: #B11FF9;
--indigo-600: #9406DB;
--indigo-700: #7604AE;
--indigo-800: #54037C;
--indigo-900: #360250;
--indigo-950: #220132;
}