Indigo
#610E71
PinkColor Codes
All color formats for development
HEX
#610E71RGB
rgb(97, 14, 113)HSL
hsl(290, 78%, 25%)OKLCH
oklch(0.365 0.162 320.2)CMYK
cmyk(14%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570D66
2#4E0B5B
3#440A4F
4#3A0844
5#300739
6#27062D
7#1D0422
8#130317
9#0A010B
Tints
Lighter variations
1#7E1294
2#9B16B6
3#B81BD8
4#C833E6
5#D155EA
6#DA77EE
7#E399F2
8#EDBBF7
9#F6DDFB
Tones
Muted variations
1#5E136D
2#5A1868
3#571D63
4#54225E
5#502759
6#4D2C54
7#4A314F
8#46364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E397 #E397F2 | BordersInactive statesPlaceholder text |
| 400 | D460 #D460EB | Disabled statesSecondary iconsMuted text |
| 500 | C833 #C833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB19 #AB19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8814 #88149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610E #610E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F6DFFB;
--indigo-200: #EFC4F8;
--indigo-300: #E397F2;
--indigo-400: #D460EB;
--indigo-500: #C833E6;
--indigo-600: #AB19C8;
--indigo-700: #88149F;
--indigo-800: #610E71;
--indigo-900: #3E0949;
--indigo-950: #27062D;
}