Indigo
#54027E
PurpleColor Codes
All color formats for development
HEX
#54027ERGB
rgb(84, 2, 126)HSL
hsl(280, 97%, 25%)OKLCH
oklch(0.349 0.176 308.2)CMYK
cmyk(33%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0271
2#430264
3#3B0158
4#33014B
5#2A013F
6#220132
7#190126
8#110019
9#08000D
Tints
Lighter variations
1#6E02A3
2#8703C9
3#A004EF
4#B11DFC
5#BE43FC
6#CB68FD
7#D88EFD
8#E5B4FE
9#F2D9FE
Tones
Muted variations
1#520877
2#500E71
3#4E146B
4#4C1B65
5#4A215F
6#482758
7#462D52
8#44334C
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 | E9BE #E9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78B #D78BFD | BordersInactive statesPlaceholder text |
| 400 | C34F #C34FFC | Disabled statesSecondary iconsMuted text |
| 500 | B11D #B11DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9403 #9403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7603 #7603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5402 #54027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360150 | 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: #E9BEFE;
--indigo-300: #D78BFD;
--indigo-400: #C34FFC;
--indigo-500: #B11DFC;
--indigo-600: #9403DD;
--indigo-700: #7603B0;
--indigo-800: #54027E;
--indigo-900: #360150;
--indigo-950: #220132;
}