Indigo
#55116E
PurpleColor Codes
All color formats for development
HEX
#55116ERGB
rgb(85, 17, 110)HSL
hsl(284, 73%, 25%)OKLCH
oklch(0.346 0.152 314.5)CMYK
cmyk(23%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D0F63
2#440E58
3#3C0C4D
4#330A42
5#2B0937
6#22072C
7#1A0521
8#110316
9#09020B
Tints
Lighter variations
1#6F168F
2#891CB0
3#A221D2
4#B338E0
5#C05AE5
6#CD7BEA
7#D99CF0
8#E6BDF5
9#F2DEFA
Tones
Muted variations
1#53166A
2#511B65
3#4F1F60
4#4D245C
5#4B2857
6#482D52
7#46324E
8#443649
9#423B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C6 #E9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D89A #D89AEF | BordersInactive statesPlaceholder text |
| 400 | C465 #C465E7 | Disabled statesSecondary iconsMuted text |
| 500 | B338 #B338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 961E #961EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7818 #78189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5511 #55116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 370B #370B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF2FD;
--indigo-100: #F3E0FA;
--indigo-200: #E9C6F6;
--indigo-300: #D89AEF;
--indigo-400: #C465E7;
--indigo-500: #B338E0;
--indigo-600: #961EC2;
--indigo-700: #78189A;
--indigo-800: #55116E;
--indigo-900: #370B47;
--indigo-950: #22072C;
}