Indigo
#57116E
PinkColor Codes
All color formats for development
HEX
#57116ERGB
rgb(87, 17, 110)HSL
hsl(285, 73%, 25%)OKLCH
oklch(0.349 0.152 315.7)CMYK
cmyk(21%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0F63
2#460E58
3#3D0C4D
4#340A42
5#2C0937
6#23072C
7#1A0521
8#110316
9#09020B
Tints
Lighter variations
1#71168F
2#8B1CB0
3#A521D2
4#B638E0
5#C25AE5
6#CE7BEA
7#DB9CF0
8#E7BDF5
9#F3DEFA
Tones
Muted variations
1#55166A
2#521B65
3#501F60
4#4E245C
5#4B2857
6#492D52
7#47324E
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 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC6 #EAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA9A #DA9AEF | BordersInactive statesPlaceholder text |
| 400 | C665 #C665E7 | Disabled statesSecondary iconsMuted text |
| 500 | B638 #B638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991E #991EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A18 #7A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5711 #57116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF2FD;
--indigo-100: #F4E0FA;
--indigo-200: #EAC6F6;
--indigo-300: #DA9AEF;
--indigo-400: #C665E7;
--indigo-500: #B638E0;
--indigo-600: #991EC2;
--indigo-700: #7A189A;
--indigo-800: #57116E;
--indigo-900: #380B47;
--indigo-950: #23072C;
}