Indigo
#610BA8
PurpleColor Codes
All color formats for development
HEX
#610BA8RGB
rgb(97, 11, 168)HSL
hsl(273, 88%, 35%)OKLCH
oklch(0.411 0.211 300.6)CMYK
cmyk(42%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570A97
2#4E0986
3#440775
4#3A0665
5#310554
6#270443
7#1D0332
8#130222
9#0A0111
Tints
Lighter variations
1#730DC7
2#850FE6
3#9525F1
4#A444F3
5#B363F5
6#C382F7
7#D2A2F9
8#E1C1FB
9#F0E0FD
Tones
Muted variations
1#6013A0
2#601A98
3#5F2290
4#5E2A88
5#5D3281
6#5C3A79
7#5C4271
8#5B4A69
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E1C1FB;
--indigo-300: #CA91F8;
--indigo-400: #AE57F4;
--indigo-500: #9627F1;
--indigo-600: #7A0DD3;
--indigo-700: #610BA8;
--indigo-800: #450878;
--indigo-900: #2C054D;
--indigo-950: #1C0330;
}