Indigo
#65057A
PinkColor Codes
All color formats for development
HEX
#65057ARGB
rgb(101, 5, 122)HSL
hsl(289, 92%, 25%)OKLCH
oklch(0.374 0.176 318.6)CMYK
cmyk(17%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B056E
2#510462
3#470456
4#3D0349
5#32033D
6#280231
7#1E0225
8#140118
9#0A010C
Tints
Lighter variations
1#83079F
2#A108C4
3#C00AE9
4#CF23F6
5#D747F7
6#DF6CF9
7#E791FA
8#EFB6FC
9#F7DAFD
Tones
Muted variations
1#610B75
2#5D116F
3#5A1769
4#561D63
5#52225D
6#4F2857
7#4B2E51
8#47344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F8DDFE;
--indigo-200: #F1BFFC;
--indigo-300: #E78EFA;
--indigo-400: #DA54F8;
--indigo-500: #CF23F6;
--indigo-600: #B209D7;
--indigo-700: #8D07AB;
--indigo-800: #65057A;
--indigo-900: #41034E;
--indigo-950: #280231;
}