Indigo
#55047B
PurpleColor Codes
All color formats for development
HEX
#55047BRGB
rgb(85, 4, 123)HSL
hsl(281, 94%, 25%)OKLCH
oklch(0.349 0.173 309.8)CMYK
cmyk(31%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D036F
2#450363
3#3C0357
4#33024A
5#2B023E
6#220231
7#1A0125
8#110119
9#09000C
Tints
Lighter variations
1#6F05A1
2#8906C6
3#A307EB
4#B420F8
5#C045F9
6#CD6BFA
7#D990FC
8#E6B5FD
9#F2DAFE
Tones
Muted variations
1#540A76
2#511070
3#4F166A
4#4D1C64
5#4B225E
6#492858
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E9BFFD;
--indigo-300: #D98DFB;
--indigo-400: #C552FA;
--indigo-500: #B420F8;
--indigo-600: #9707DA;
--indigo-700: #7805AD;
--indigo-800: #56047C;
--indigo-900: #37024F;
--indigo-950: #220231;
}