Indigo
#610B75
PinkColor Codes
All color formats for development
HEX
#610B75RGB
rgb(97, 11, 117)HSL
hsl(289, 83%, 25%)OKLCH
oklch(0.366 0.167 318.5)CMYK
cmyk(17%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580A69
2#4E095D
3#440852
4#3A0746
5#31053A
6#27042F
7#1D0323
8#130217
9#0A010C
Tints
Lighter variations
1#7E0E98
2#9C11BB
3#B915DE
4#C92DEB
5#D250EF
6#DB73F2
7#E496F5
8#EDB9F8
9#F6DCFC
Tones
Muted variations
1#5E106F
2#5B156A
3#571B65
4#54205F
5#51255A
6#4D2B55
7#4A3050
8#46354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #EFC2F9;
--indigo-300: #E394F5;
--indigo-400: #D55CF0;
--indigo-500: #C92DEB;
--indigo-600: #AB13CD;
--indigo-700: #880FA3;
--indigo-800: #610B75;
--indigo-900: #3E074B;
--indigo-950: #27042F;
}