Indigo
#61057A
PinkColor Codes
All color formats for development
HEX
#61057ARGB
rgb(97, 5, 122)HSL
hsl(287, 92%, 25%)OKLCH
oklch(0.367 0.175 316.6)CMYK
cmyk(20%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57056E
2#4E0462
3#440456
4#3A0349
5#30033D
6#270231
7#1D0225
8#130118
9#0A010C
Tints
Lighter variations
1#7E079F
2#9B08C4
3#B80AE9
4#C823F6
5#D147F7
6#DA6CF9
7#E491FA
8#EDB6FC
9#F6DAFD
Tones
Muted variations
1#5E0B75
2#5A116F
3#571769
4#541D63
5#50225D
6#4D2857
7#4A2E51
8#46344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFA | BordersInactive statesPlaceholder text |
| 400 | D454 #D454F8 | Disabled statesSecondary iconsMuted text |
| 500 | C823 #C823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB09 #AB09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8807 #8807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6105 #61057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034E | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F6DDFE;
--indigo-200: #EFBFFC;
--indigo-300: #E38EFA;
--indigo-400: #D454F8;
--indigo-500: #C823F6;
--indigo-600: #AB09D7;
--indigo-700: #8807AB;
--indigo-800: #61057A;
--indigo-900: #3E034E;
--indigo-950: #270231;
}